Skip to content

Commit 7f965d6

Browse files
authored
Fix Python 3.7 code tests env solving (#1589)
1 parent f18146f commit 7f965d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Python ${{ matrix.python-version }}
2828
shell: bash -l {0}
2929
run: |
30-
conda create --yes --name TEST python=${{ matrix.python-version }} pip --file requirements.txt --file requirements-dev.txt
30+
conda create --yes --name TEST python=${{ matrix.python-version }} pip --file requirements.txt --file requirements-dev.txt --strict-channel-priority
3131
source activate TEST
3232
pip install -e . --no-deps --force-reinstall
3333

0 commit comments

Comments
 (0)