Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Feb 3, 2024
1 parent dc73a43 commit 0a6065f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ name: Python package

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9','3.10','3.11']
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4.1.1
Expand All @@ -21,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
check-latest: true
cache: 'pip'
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0a6065f

Please sign in to comment.