Skip to content

Commit

Permalink
Also emit environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 18, 2023
1 parent 998dd4b commit 38165fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -60,7 +60,9 @@ jobs:
run: |
python -m pip install tox
- name: Emit tox config
run: tox config
run:
env
tox config
- name: Run
run: tox

Expand Down

0 comments on commit 38165fb

Please sign in to comment.