File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222 name : Ubuntu 22.04, Python 3.11 from Apt
2323 steps :
2424 - uses : actions/checkout@v4
25+ - run : sudo apt update -y
2526 - run : sudo apt install python3.11-full python3-pip xvfb
2627 - run : python3.11 -m pip install --upgrade pip
2728 - run : python3.11 -m pip install -e .[dev]
3233 name : Ubuntu 24.04, Python 3.12 from Apt
3334 steps :
3435 - uses : actions/checkout@v4
36+ - run : sudo apt update -y
37+ - run : sudo apt-get -U upgrade -y
3538 - run : sudo apt install python3.12-full python3-pip xvfb
3639 - run : python3.12 -m venv /tmp/venv
3740 - run : /tmp/venv/bin/python -m pip install --upgrade pip
4245 runs-on : ubuntu-24.04
4346 name : Ubuntu 24.04, Python 3.x
4447 steps :
48+ - run : sudo apt update -y
4549 - run : sudo apt-get -U upgrade -y
4650 - uses : actions/checkout@v4
4751 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments