Skip to content

Commit 11c413a

Browse files
committed
... adding 3.12 back in
1 parent 122a75e commit 11c413a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ 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
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
python-version: "3.x"
6464
cache: 'pip'
65-
- run: sudo apt install xvfb libopenblas0 libopenblas-dev librapidfuzz-cpp-dev
65+
- run: sudo apt install xvfb libopenblas0 libopenblas-dev
6666
- run: python3 -m venv /tmp/venv
6767
- run: /tmp/venv/bin/python -m pip install --upgrade pip
6868
- run: /tmp/venv/bin/python -m pip install -e .[dev]

0 commit comments

Comments
 (0)