Skip to content

Commit

Permalink
Update pip3 to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Dec 18, 2023
1 parent 61d9219 commit b18297f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip3 install --upgrade pip
python -m pip3 install poetry
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
- name: Run tests
Expand Down

0 comments on commit b18297f

Please sign in to comment.