Skip to content

Commit bfa195b

Browse files
committed
simplify config
1 parent 7a7f236 commit bfa195b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_selenium.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Conda setup
18-
uses: s-weigand/setup-conda@v1.0.5
18+
uses: s-weigand/setup-conda@v1
1919
with:
2020
update-conda: true
2121

2222
- name: Conda environment creation
2323
shell: bash -l {0}
2424
run: |
25-
conda create --yes --name TEST python=3.9 pip --file requirements.txt --file requirements-dev.txt --channel conda-forge --strict-channel-priority
25+
conda create --yes --name TEST python=3 pip --file requirements.txt --file requirements-dev.txt --channel conda-forge --strict-channel-priority
2626
source activate TEST
2727
pip install -e . --no-deps --force-reinstall
2828

0 commit comments

Comments
 (0)