Skip to content

Commit

Permalink
Debug action for tox call.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 23, 2024
1 parent c0d01eb commit fcb4e9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
- name: "Create ${{ matrix.lock }} conda locks"
run: |
# omitted for now : -- --platform osx-64 --platform win-64
echo "[[DEBUG-TOX-INVOKE: env]]"
env
echo "[[DEBUG-TOX-INVOKE: conda info]]"
conda info
echo "[[DEBUG-TOX-INVOKE: (done --> run tox) )]]"
tox -e ${{ matrix.lock }}
- name: "Upload lock artifacts"
Expand Down

0 comments on commit fcb4e9b

Please sign in to comment.