Skip to content

Commit

Permalink
CI: fix for testing whl
Browse files Browse the repository at this point in the history
  • Loading branch information
ggulli committed Jul 13, 2023
1 parent 51e434f commit 30a2ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
poetry config virtualenvs.create false
poetry build
pip install dist/mrmustard*.whl
# Move to 'src' to properly test only installed package
# https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html#tests-outside-application-code
mkdir src
mv mrmustard src
- name: Install only test dependencies
run: poetry install --no-root --with dev
Expand Down

0 comments on commit 30a2ad9

Please sign in to comment.