Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Jun 20, 2023
1 parent 7389938 commit b21f80b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,11 @@ jobs:
pip3 install --upgrade pip
pip3 install -r requirements.txt
pip3 install -r requirements_dev.txt
- name: Install xvfbwrapper on macOS
if: runner.os == 'macOS'
run: |
pip install xvfbwrapper
- name: Tests and coverage
env:
QT_QPA_PLATFORM: offscreen
run: |
if [[ "$RUNNER_OS" == "Mac OS X" ]]; then
python -c "import xvfbwrapper
with xvfbwrapper.Xvfb() as xvfb:
xvfb.start()
import invoke
invoke.main(['coverage'])"
else
invoke coverage
fi
invoke coverage
- name: Lint
run: |
invoke lint
Expand Down

0 comments on commit b21f80b

Please sign in to comment.