Skip to content

Commit

Permalink
temp: don't run, just to see the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 12, 2024
1 parent 08ae8df commit 36cbc70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ jobs:
python -m coverage debug pybehave
env
- name: "Install dependencies"
run: |
python -m pip install -r requirements/tox.pip
- name: "Run tox"
run: |
python -m tox -- -rfsEX
#- name: "Install dependencies"
# run: |
# python -m pip install -r requirements/tox.pip
#
#- name: "Run tox"
# run: |
# python -m tox -- -rfsEX

0 comments on commit 36cbc70

Please sign in to comment.