Skip to content

Commit

Permalink
Update ci with ubuntu 24 test check
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Jan 30, 2025
1 parent 8b69ae5 commit 9926890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo ln -s /usr/bin/pip2 ./pip
- name: Install Python 2 on ubuntu latest
if: matrix.python-version == '2.7.18' && matrix.os == 'ubuntu-24.04'
if: matrix.python-version == '2.7.18' && matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y build-essential libssl-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev wget curl
Expand Down

0 comments on commit 9926890

Please sign in to comment.