Skip to content

Commit dd1521e

Browse files
.
1 parent 0d30870 commit dd1521e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-mamba.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ "ubuntu-latest"]
18-
python-version: [ "3.10" , "3.11" ]
18+
# python-version: [ "3.10" , "3.11" ]
1919
environment-files: ["environment-3.10.yml", "environment-3.11.yml"]# "environment-3.10-pinned.yml", "environment-3.10-astropy.yml"]
2020
fail-fast: false
2121
env:
@@ -28,10 +28,11 @@ jobs:
2828

2929
- uses: mamba-org/setup-micromamba@v1
3030
with:
31-
environment-name: pystrometry-${{ runner.os }}-py${{ matrix.python-version }}
31+
# environment-name: pystrometry-${{ runner.os }}-py${{ matrix.python-version }}
32+
environment-name: pystrometry-${{ runner.os }}-py${{ matrix.environment-files }}
3233
environment-file: ${{ matrix.environment-files }}
33-
create-args: >-
34-
python=${{ matrix.python-version }}
34+
# create-args: >-
35+
# python=${{ matrix.python-version }}
3536
init-shell: none
3637
generate-run-shell: true
3738

0 commit comments

Comments
 (0)