Skip to content

Commit 508dccf

Browse files
committed
Fix: workflow automation
1 parent e2ecd48 commit 508dccf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31+
# Install project so numpy/scipy and other runtime deps are available
32+
python -m pip install .
3233
- name: Lint with flake8
3334
run: |
3435
# stop the build if there are Python syntax errors or undefined names
0 Bytes
Binary file not shown.

dist/voltops-0.2.0.tar.gz

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)