Skip to content

Commit

Permalink
Small build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhogg committed Feb 5, 2024
1 parent f97f519 commit 3e2bce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- ".github/workflows/python-package.yml"
- "pyproject.toml"
- "setup.py"
- "setup.cfg"
- "src/**/*"
- "tests/*"
pull_request:
Expand All @@ -34,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build flake8 pytest pytest-xvfb
python -m pip install build flake8
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -53,6 +52,7 @@ jobs:
- name: Install test dependencies
run: |
sudo apt-get install mesa-utils xvfb
python -m pip install pytest pytest-xvfb
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 3e2bce5

Please sign in to comment.