Skip to content

Commit

Permalink
try newer ubuntu now
Browse files Browse the repository at this point in the history
  • Loading branch information
swheaton committed Feb 12, 2024
1 parent 3f21f8b commit c8d2ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone ETA
uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
python-version: 3
- name: Install dependencies
run: |
pip install --upgrade pip==23.3.2 setuptools==v69.0.3 wheel twine
pip install --upgrade pip setuptools wheel twine
- name: Install ETA
run: |
pip install --no-deps -e .
Expand Down

0 comments on commit c8d2ff2

Please sign in to comment.