Skip to content

Commit

Permalink
Update ci actions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet authored Jul 17, 2023
1 parent 3656d6e commit dbeb8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0 # Needed by codecov.io

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2.2.0
with:
miniforge-version: latest
channel-priority: strict
Expand Down

0 comments on commit dbeb8cc

Please sign in to comment.