Skip to content

Commit 1e65d1f

Browse files
Merge pull request #5 from StructuralPython/fix/constrain_numpy
Update python-publish.yml
2 parents 8b7dd57 + 1a26017 commit 1e65d1f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
uses: actions/setup-python@v3
2727
with:
2828
python-version: '3.x'
29-
- name: Install dependencies
30-
run: |
31-
python -m pip install --upgrade pip
32-
python -m pip install flit
33-
flit install
3429
- name: Build package
3530
run: |
3631
flit build

0 commit comments

Comments
 (0)