Skip to content

Commit

Permalink
we are using deps from pip to accept the python selector syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jan 4, 2023
1 parent 16fceac commit ff5471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
micromamba create --name TEST python=${{ matrix.python-version }} pip --file requirements-dev.txt --channel conda-forge
micromamba activate TEST
pip install -e . --no-deps --force-reinstall
pip install -e . --force-reinstall
- name: test
run: |
Expand Down

0 comments on commit ff5471f

Please sign in to comment.