Skip to content

Commit 207d770

Browse files
committed
using requirements.txt
1 parent b7bc38f commit 207d770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
source venv/bin/activate
3737
pip install --upgrade pip
38-
pip install pydelphin==1.4.0
38+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3939
4040
- name: Install ace (download tar and move executable to virtual bin)
4141
run: |

0 commit comments

Comments
 (0)