Skip to content

Commit

Permalink
Update python workflow
Browse files Browse the repository at this point in the history
- tweak installs for testing
  • Loading branch information
jrmadsen committed Jan 10, 2024
1 parent 4272251 commit 42ed34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
working-directory: ${{ github.workspace }}/source/python/gui
run: |
sudo apt-get update
sudo apt-get install -y firefox
sudo apt-get install -y firefox firefox-geckodriver firefoxdriver
sudo apt-get upgrade -y
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install pytest selenium selenium-wire webdriver-manager gecko
Expand Down

0 comments on commit 42ed34b

Please sign in to comment.