Skip to content

Commit

Permalink
GH actions - Bump to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Meyer committed May 2, 2024
1 parent 14f8f3d commit b81e284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest_flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: spectro-dp
environment-file: environment.yml
Expand All @@ -31,4 +31,4 @@ jobs:
pytest tests/
- name: Lint with flake8
run: |
flake8 . --count --show-source --statistics
flake8 . --count --show-source --statistics

0 comments on commit b81e284

Please sign in to comment.