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 9d9c876 commit 2f9aa46Copy full SHA for 2f9aa46
.github/workflows/main.yml
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
python -m venv python-ci-run
94
source python-ci-run/bin/activate
95
- python -m pip install --upgrade pip
96
- python -m pip install tox
97
- python -m pip install -r requirements.txt
+ pip3 install --upgrade pip
+ pip3 install tox
+ pip3 install -r requirements.txt
98
TOXENV=${{ matrix.toxenv }} ALGOLIA_APPLICATION_ID=${{ secrets.ALGOLIA_APPLICATION_ID }} ALGOLIA_API_KEY=${{ secrets.ALGOLIA_API_KEY }} tox
0 commit comments