Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meneerhenk authored Nov 22, 2024
1 parent c7ee265 commit 7787200
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ on:
jobs:
code-quality:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6 ]
continue-on-error: false

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 7787200

Please sign in to comment.