Skip to content

Commit 7d40bc8

Browse files
committed
Fix pip job
1 parent fe74c94 commit 7d40bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Check pip installation
2626
run: |
27-
pip install https://api.github.com/repos/valab-certh/meddisc/tarball/main#subdirectory=python
27+
pip install python/

0 commit comments

Comments
 (0)