Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Oct 12, 2024
1 parent 86bfcf2 commit 017f374
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/env-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
else
sed -i -e '/- python[>=]/d' environment.yml;
fi;
- name: Cache conda
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
env:
Expand Down Expand Up @@ -88,4 +88,3 @@ jobs:
- name: verify install
run: cd notebooks && python check_env.py

0 comments on commit 017f374

Please sign in to comment.