Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:CountESS-Project/CountESS into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Jun 29, 2023
2 parents 3eb45fe + 6223305 commit 0c0fe03
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/run-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,27 +120,27 @@ jobs:
- run: xvfb-run python3.11 -mpytest tests/
- run: tests/cmd_tests.sh

run-tests-ubuntu-22_10-python-3_11_from_apt:
runs-on: ubuntu-22.10
name: Ubuntu 22.10, Python from Apt
steps:
- uses: actions/checkout@v3
- run: sudo apt install python3.11-full python3-pip xvfb
- run: python3.11 -m pip install --upgrade pip
- run: python3.11 -m pip install -e .[dev]
- run: xvfb-run python3.11 -mpytest tests/
- run: tests/cmd_tests.sh
# run-tests-ubuntu-22_10-python-3_11_from_apt:
#runs-on: ubuntu-22.10
#name: Ubuntu 22.10, Python from Apt
#steps:
#- uses: actions/checkout@v3
#- run: sudo apt install python3.11-full python3-pip xvfb
#- run: python3.11 -m pip install --upgrade pip
#- run: python3.11 -m pip install -e .[dev]
#- run: xvfb-run python3.11 -mpytest tests/
#- run: tests/cmd_tests.sh

run-tests-ubuntu-23_04-python-3_11_from_apt:
runs-on: ubuntu-23.04
name: Ubuntu 23.04, Python from Apt
steps:
- uses: actions/checkout@v3
- run: sudo apt install python3.11-full python3-pip xvfb
- run: python3.11 -m pip install --upgrade pip
- run: python3.11 -m pip install -e .[dev]
- run: xvfb-run python3.11 -mpytest tests/
- run: tests/cmd_tests.sh
#run-tests-ubuntu-23_04-python-3_11_from_apt:
#runs-on: ubuntu-23.04
#name: Ubuntu 23.04, Python from Apt
#steps:
#- uses: actions/checkout@v3
#- run: sudo apt install python3.11-full python3-pip xvfb
#- run: python3.11 -m pip install --upgrade pip
#- run: python3.11 -m pip install -e .[dev]
#- run: xvfb-run python3.11 -mpytest tests/
#- run: tests/cmd_tests.sh

# run-tests-ubuntu-22_04-pypy3:
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0c0fe03

Please sign in to comment.