Skip to content

Commit

Permalink
tries new python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Robb-Fr committed Apr 23, 2024
1 parent f0bf1a4 commit a284b9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
pull_request:
branches: [ "main" ]

permissions:
contents: read
# permissions:
# contents: read

jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.9.2"
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit a284b9f

Please sign in to comment.