File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,18 @@ jobs:
2727 max-parallel : 12
2828 fail-fast : false
2929 matrix :
30- os : [ubuntu-latest, macos-13, macos- latest, windows-latest]
30+ os : [ubuntu-latest, macos-latest, windows-latest]
3131 python-version : ['3.11', '3.12', '3.13', '3.14']
3232
3333 steps :
3434 - uses : actions/checkout@v4
3535 - name : Setup Miniconda
36- uses : conda-incubator /setup-miniconda@v3
36+ uses : mamba-org /setup-micromamba@v1
3737 with :
38- auto-update-conda : true
39- use-mamba : true
40- python-version : ${{ matrix.python-version }}
4138 environment-file : environment.yaml
42- activate-environment : pytng
39+ environment-name : pytng
40+ create-args : >-
41+ python=${{ matrix.python-version }}
4342 - name : Install Pytng
4443 run : |
4544 python -m pip install .
5756 strategy :
5857 fail-fast : false
5958 matrix :
60- os : [ubuntu-latest, macos-13, macos- latest, windows-latest]
59+ os : [ubuntu-latest, macos-latest, windows-latest]
6160 python : ["3.11", "3.12", "3.13", "3.14"]
6261
6362 steps :
You can’t perform that action at this time.
0 commit comments