Skip to content

Commit

Permalink
Back to py311
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 23, 2024
1 parent 1dfee9c commit cee276e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ENV_NAME: "ci-locks"
strategy:
matrix:
lock: [py312-lock]
lock: [py311-lock]
steps:
- name: "Checkout"
uses: actions/checkout@v4
Expand Down Expand Up @@ -111,9 +111,9 @@ jobs:
echo "[[DEBUG-TOX-INVOKE: run tox pyXX-lock]]"
tox -e ${{ matrix.lock }} || echo "!!!FAILED!!!"
echo "[[DEBUG-TOX-INVOKE: ls logfiles ]]"
ls -1 /home/runner/work/cf-units/cf-units/.tox/py312-lock/log/*.log
ls -1 /home/runner/work/cf-units/cf-units/.tox/${{ matrix.lock }}-lock/log/*.log || echo "NO LOGS"
echo "[[DEBUG-TOX-INVOKE: cat logfile ]]"
cat /home/runner/work/cf-units/cf-units/.tox/py312-lock/log/py312-lock-0.log
cat /home/runner/work/cf-units/cf-units/.tox/${{ matrix.lock }}-lock/log/${{ matrix.lock }}-lock-0.log || echo "NO LOG"
- name: "Upload lock artifacts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cee276e

Please sign in to comment.