Skip to content

Commit 1722320

Browse files
committed
fiddling with github actions
1 parent 7dd78d5 commit 1722320

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/run-tests-push.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,22 @@ jobs:
4141
- run: python3.11 -m pip install -e .[dev]
4242
- run: xvfb-run python3.11 -m pytest -v -rP --doctest-modules countess/ tests/
4343

44-
run-tests-ubuntu-24_04-python-3_12_from_apt:
45-
runs-on: ubuntu-24.04
46-
name: Ubuntu 24.04, Python 3.12 from Apt
47-
steps:
48-
- uses: actions/checkout@v4
49-
- run: sudo apt install python3.12-full python3-pip xvfb
50-
- run: python3.12 -m venv /tmp/venv
51-
- run: /tmp/venv/bin/python -m pip install --upgrade pip
52-
- run: /tmp/venv/bin/python -m pip install -e .[dev]
53-
- run: xvfb-run /tmp/venv/bin/python -m pytest -v -rP --doctest-modules countess/ tests/
44+
# run-tests-ubuntu-24_04-python-3_12_from_apt:
45+
# runs-on: ubuntu-24.04
46+
# name: Ubuntu 24.04, Python 3.12 from Apt
47+
# steps:
48+
# - uses: actions/checkout@v4
49+
# - run: sudo apt install python3.12-full python3-pip xvfb
50+
# - run: python3.12 -m venv /tmp/venv
51+
# - run: /tmp/venv/bin/python -m pip install --upgrade pip
52+
# - run: /tmp/venv/bin/python -m pip install -e .[dev]
53+
# - run: xvfb-run /tmp/venv/bin/python -m pytest -v -rP --doctest-modules countess/ tests/
5454

5555
run-tests-ubuntu-24_04-python-3_x:
5656
runs-on: ubuntu-24.04
5757
name: Ubuntu 24.04, Python 3.x
5858
steps:
59+
- run: sudo apt-get -U upgrade -y
5960
- uses: actions/checkout@v4
6061
- uses: actions/setup-python@v5
6162
with:

0 commit comments

Comments
 (0)