Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CountESS-Project/CountESS
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Mar 21, 2024
2 parents 9b44b15 + cdf11b9 commit 3524126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
name: Ubuntu 22.04, Python from Apt
steps:
- uses: actions/checkout@v4
- run: sudo apt install python3.11-full python3-pip xvfb
- run: sudo apt install python3.11-full python3-pip xvfb xfonts-base
- run: python3.11 -m pip install --upgrade pip
- run: python3.11 -m pip install -e .[dev]
- run: xvfb-run python3.11 -mpytest tests/
Expand Down

0 comments on commit 3524126

Please sign in to comment.