Skip to content

Commit

Permalink
update ci workflows while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Nov 22, 2023
1 parent 997164c commit 7438d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache conda
uses: actions/cache@v2
uses: actions/cache@v3
env:
# Increase this value to reset cache if ci/environment.yaml has not changed
CACHE_NUMBER: 0
Expand Down

0 comments on commit 7438d84

Please sign in to comment.