Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Apr 17, 2024
1 parent c86c6ff commit 4895375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
build:

runs-on: ubuntu-latest
env:
EVDS_API_KEY : ${{ secrets.EVDS_API_KEY }}

strategy:
fail-fast: false
matrix:

python-version: [ "3.9", "3.10" , "3.11" ]


env:
EVDS_API_KEY : ${{ secrets.EVDS_API_KEY }}

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4895375

Please sign in to comment.