Skip to content

Commit

Permalink
Use Ubuntu 22 for unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH authored Mar 29, 2024
1 parent b8a5203 commit 2976fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]

jobs:
install-and-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
PYTHONWARNINGS: ignore:Unverified HTTPS request
timeout-minutes: 15
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt-get install -y python3-setuptools python3-ply
sudo python3 --version
sudo pip3 --version
sudo su -c 'echo /usr/lib/python3.8/site-packages > /usr/local/lib/python3.8/dist-packages/sys-site-packages.pth'
sudo su -c 'echo /usr/lib/python3.10/site-packages > /usr/local/lib/python3.10/dist-packages/sys-site-packages.pth'
sudo su -c 'python3 -c "import site;print(site.PREFIXES);"'
sudo su -c 'python3 -c "import site;print(site.getsitepackages())"'
: # the line below will make sure pyopenssl and cryptography have compatible versions
Expand Down

0 comments on commit 2976fd9

Please sign in to comment.