Skip to content

Commit e952be1

Browse files
committed
MAINT: modernize github actions
1 parent 92d7586 commit e952be1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)