File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments