We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7f236 commit bfa195bCopy full SHA for bfa195b
1 file changed
.github/workflows/test_selenium.yml
@@ -15,14 +15,14 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Conda setup
18
- uses: s-weigand/setup-conda@v1.0.5
+ uses: s-weigand/setup-conda@v1
19
with:
20
update-conda: true
21
22
- name: Conda environment creation
23
shell: bash -l {0}
24
run: |
25
- conda create --yes --name TEST python=3.9 pip --file requirements.txt --file requirements-dev.txt --channel conda-forge --strict-channel-priority
+ conda create --yes --name TEST python=3 pip --file requirements.txt --file requirements-dev.txt --channel conda-forge --strict-channel-priority
26
source activate TEST
27
pip install -e . --no-deps --force-reinstall
28
0 commit comments