@@ -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
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