Skip to content

Commit 476efc1

Browse files
try fixing linux build
1 parent af6ece0 commit 476efc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build from source distribution
2929
run: |
3030
cd dist
31-
pip install -v "pygambit[test,doc] @ pygambit*.tar.gz"
31+
pip install -v ./pygambit-*.tar.gz[test,doc]
3232
- name: Run tests
3333
run: pytest --run-tutorials
3434

0 commit comments

Comments
 (0)