Skip to content

Commit bf6e503

Browse files
.
1 parent 3ac2f2d commit bf6e503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-mamba.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
os: [ "ubuntu-latest"]
1818
python-version: [ "3.10" , "3.11" ]
19+
environment-file: ["environment-3.10.yml", "environment-3.11.yml"]# "environment-3.10-pinned.yml", "environment-3.10-astropy.yml"]
1920
fail-fast: false
2021
env:
2122
PYTHONUNBUFFERED: 1
@@ -28,7 +29,7 @@ jobs:
2829
- uses: mamba-org/setup-micromamba@v1
2930
with:
3031
environment-name: pystrometry-${{ runner.os }}-py${{ matrix.python-version }}
31-
environment-file: environment-{{ matrix.python-version }}.yml
32+
environment-file: {{ matrix.environment-file }}
3233
create-args: >-
3334
python=${{ matrix.python-version }}
3435
init-shell: none

0 commit comments

Comments
 (0)