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 3d75ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
micromamba create --name TEST python=3 pip --file requirements-dev.txt --channel conda-forge
micromamba activate TEST
python -m pip install -e . --no-deps --force-reinstall
python -m pip install -e . --force-reinstall
- name: Build documentation
run: |
Expand Down
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 3d75ec3

Please sign in to comment.