Skip to content

Commit

Permalink
flail
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Sep 4, 2024
1 parent eb2910d commit 1844459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install "tox<4" "tox-gh-actions<3"
pip install "tox<4" "tox-gh-actions<3" "virtualenv<20.17.0"
- name: Test with tox
run: tox
- run: ls -a
- uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.python-version }}
path: .coverage.*
path: .coverage*

coverage:
needs: tests
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ requires =
tox-gh-actions
# since we use setup.py
setuptools
pip

[gh-actions]
python =
Expand Down

0 comments on commit 1844459

Please sign in to comment.