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 a0ebeec commit 4e15297
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,14 @@ jobs:
working-directory: ${{ github.workspace }}/source/python/gui
run: |
sudo apt-get update
sudo apt-get install -y firefox
sudo apt-get install -y chromium-browser
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
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install pytest selenium selenium-wire webdriver-manager
- name: Test
working-directory: ${{ github.workspace }}/source/python/gui
run: |
sudo snap refresh
pip install -e .
export PATH=${HOME}/.local/bin:${PATH}
pytest -s -vv

0 comments on commit 4e15297

Please sign in to comment.