Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
Hard-pinning to ubuntu-20.04 to fix failing CI deployment (actions/setup-python#544)
  • Loading branch information
jalammar committed Jul 27, 2023
1 parent 0ef61c5 commit 47740ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: plot-screenshots
path: tmp/
path: tmp/

0 comments on commit 47740ee

Please sign in to comment.