Skip to content

Commit

Permalink
Merge pull request #81 from romainrichard/master
Browse files Browse the repository at this point in the history
Fix Github workflow
  • Loading branch information
LoLei authored Apr 4, 2024
2 parents bc74ca0 + 44517cb commit e4c9a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.6]
python-version: ['3.x']

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit e4c9a93

Please sign in to comment.