Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Fix wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
baraline committed Sep 27, 2022
1 parent 8d7cfdb commit 0c78661
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ jobs:
run: conda list -n test

- name: Run tests
run: |
mkdir -p testdir/
cp .coveragerc testdir/
cp setup.cfg testdir/
python -m pytest
run:
python -m pytest ./tests

upload_wheels:
name: Upload wheels to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c78661

Please sign in to comment.