Skip to content

Commit 017f374

Browse files
committed
Fix formatting
1 parent 86bfcf2 commit 017f374

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/env-checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
else
5858
sed -i -e '/- python[>=]/d' environment.yml;
5959
fi;
60-
60+
6161
- name: Cache conda
6262
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
6363
env:
@@ -88,4 +88,3 @@ jobs:
8888
8989
- name: verify install
9090
run: cd notebooks && python check_env.py
91-

0 commit comments

Comments
 (0)