We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18146f commit 7f965d6Copy full SHA for 7f965d6
.github/workflows/test_code.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Python ${{ matrix.python-version }}
28
shell: bash -l {0}
29
run: |
30
- conda create --yes --name TEST python=${{ matrix.python-version }} pip --file requirements.txt --file requirements-dev.txt
+ conda create --yes --name TEST python=${{ matrix.python-version }} pip --file requirements.txt --file requirements-dev.txt --strict-channel-priority
31
source activate TEST
32
pip install -e . --no-deps --force-reinstall
33
0 commit comments