Skip to content

Commit

Permalink
CI: bump workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 30, 2024
1 parent afcf600 commit 2f28c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
name: Validate Python and C++${{ matrix.cppVersion }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: {submodules: recursive}
- name: strip environment.yml
run: |
cat environment.yml | grep -v "#.*\<\local\>" > temp-ci-environment.yml
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: yardl
environment-file: temp-ci-environment.yml
Expand Down

0 comments on commit 2f28c34

Please sign in to comment.