Skip to content

Commit 7d4ff6f

Browse files
committed
install python3 deps
1 parent 47332a4 commit 7d4ff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install -r requirements.txt
18+
pip install -r requirements/python3.txt
1919
- name: Test with pytest
2020
env:
2121
CONSUMER_KEY: ${{ secrets.consumer_key }}

0 commit comments

Comments
 (0)