Skip to content

Commit

Permalink
More python faff
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 28, 2023
1 parent 8abead7 commit 099a5ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -36,7 +34,9 @@ jobs:
ruby-version: '2.7' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems

- uses: MatteoH2O1999/setup-python@v2
with:
python-version: '2.7'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 099a5ac

Please sign in to comment.