Skip to content

Commit 050235d

Browse files
authored
Update deploy.yml
1 parent 3e6130f commit 050235d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Installing dependencies
2020
run: |
21-
pip install markupsafe==2.0.1 numpy cython --no-cache-dir
2221
pip install --upgrade pip setuptools
22+
pip install markupsafe==2.0.1 numpy cython --no-cache-dir
2323
2424
- name: Installing package
2525
run: pip install -e .

0 commit comments

Comments
 (0)