Skip to content

Commit

Permalink
ci: Fix invalid command related to 'pipx'
Browse files Browse the repository at this point in the history
  • Loading branch information
utilForever committed May 22, 2024
1 parent f7f3544 commit 2e2b568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Run Python Test
run: |
brew install pipx
pipx install -r requirements.txt
pipx install pytest wheel
pipx install .
python3 -m pytest Tests/PythonTests/
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
run: /home/runner/work/RosettaStone/RosettaStone/build/bin/UnitTests
- name: Run Python Test
run: |
pipx install -r requirements.txt
pipx install pytest wheel
pipx install .
python3 -m pytest Tests/PythonTests/
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Run Python Test
run: |
python -m pip install --user pipx
pipx install -r requirements.txt
pipx install pytest wheel
pipx install .
python -m pytest Tests/PythonTests/

0 comments on commit 2e2b568

Please sign in to comment.