Skip to content

Commit 44b37ec

Browse files
Remove reference to a specific version fo Python
Use the name of the CI job that uses the file instead.
1 parent 72f9e22 commit 44b37ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup conda
3333
uses: conda-incubator/setup-miniconda@v3
3434
with:
35-
environment-file: ci/environment-py39.yml
35+
environment-file: ci/environment-linux.yml
3636
python-version: ${{ matrix.PY }}
3737

3838
- name: Run Tests
File renamed without changes.

0 commit comments

Comments
 (0)