We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47332a4 commit 7d4ff6fCopy full SHA for 7d4ff6f
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- pip install -r requirements.txt
+ pip install -r requirements/python3.txt
19
- name: Test with pytest
20
env:
21
CONSUMER_KEY: ${{ secrets.consumer_key }}
0 commit comments