Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
percebus committed Jan 18, 2025
1 parent 0e9ba2d commit 203e1b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
verify_matrix:
name: Verify
needs: verify
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main' # FIXME
continue-on-error: true
strategy:
max-parallel: 10
Expand Down
1 change: 0 additions & 1 deletion requirements.pipx.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
gil>=1.25.0.0,<2.0.0.0
poetry>=2.0.0,<3.0.0
pre_commit>=4.0.1,<5.0.0
pyclean>=3.0.0,<4.0.0
Expand Down
1 change: 1 addition & 0 deletions requirements.upgrade.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gil
pipx
5 changes: 1 addition & 4 deletions scripts/gil/setup.ba.sh → scripts/pip/upgrade.ba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ set -e
set -x

python -m pip install --upgrade pip
python -m pip install pipx
python -m pipx install gil
pipx run -- gil clone

python -m pip install --upgrade --requirement requirements.upgrade.txt

set +x
set +e
4 changes: 2 additions & 2 deletions scripts/prepare.ba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ "${environment}" == "pre-docker" ]; then
fi

# Upgrades top-level dependencies, like pipx
bash ${scripts_path}/gil/setup.ba.sh

bash ${scripts_path}/pip/upgrade.ba.sh
gil clone
bash ./repos/commons/scripts/prepare.ba.sh

set +x
Expand Down

0 comments on commit 203e1b1

Please sign in to comment.