Skip to content

Commit abc2155

Browse files
committed
x
1 parent ac397c2 commit abc2155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'pip'
5050

5151
- run: |
52-
python -m pip install --upgrade pip
52+
python3 -m pip install --upgrade pip
5353
pip install -r .github/workflows/requirements.txt
5454
5555
- uses: yaananth/run-notebook@v2
@@ -78,4 +78,4 @@ jobs:
7878
name: output
7979
path: ${{ RUNNER.temp }}/nb-runner
8080
env:
81-
RUNNER: ${{ toJson(runner) }}
81+
RUNNER: ${{ toJson(runner) }}

0 commit comments

Comments
 (0)