Skip to content

Commit 2f9aa46

Browse files
committed
chore: use pip3
1 parent 9d9c876 commit 2f9aa46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
python -m venv python-ci-run
9494
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
95+
pip3 install --upgrade pip
96+
pip3 install tox
97+
pip3 install -r requirements.txt
9898
TOXENV=${{ matrix.toxenv }} ALGOLIA_APPLICATION_ID=${{ secrets.ALGOLIA_APPLICATION_ID }} ALGOLIA_API_KEY=${{ secrets.ALGOLIA_API_KEY }} tox

0 commit comments

Comments
 (0)