File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 # Pin ruff version to make sure we do not break our builds at the
1717 # worst times
18- version : " 0.14.0 "
18+ version : " 0.14.7 "
1919
2020 test :
2121 # name: Test (${{ matrix.python-version }}, ${{ matrix.os }})
@@ -34,14 +34,14 @@ jobs:
3434 shell : bash -l {0}
3535
3636 steps :
37- - uses : actions/checkout@v5
38- - name : Set up Python ${{ matrix.python-version }}
39- uses : conda-incubator/setup-miniconda@v3
40- with :
41- auto-update-conda : true
42- environment-file : environment.yml
43- python-version : ${{ matrix.python-version }}
44- - run : conda info
45- - run : conda list
46- - run : conda config --show
47- - run : pytest
37+ - uses : actions/checkout@v5
38+ - name : Set up Python ${{ matrix.python-version }}
39+ uses : conda-incubator/setup-miniconda@v3
40+ with :
41+ auto-update-conda : true
42+ environment-file : environment.yml
43+ python-version : ${{ matrix.python-version }}
44+ - run : conda info
45+ - run : conda list
46+ - run : conda config --show
47+ - run : pytest
You can’t perform that action at this time.
0 commit comments