Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Signed-off-by: OliverSchacht <[email protected]>
  • Loading branch information
OliverSchacht authored Oct 21, 2024
1 parent 99f219b commit 7ae99cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Set up Python matrix.python−versionuses:actions/setup−python@v3with:python−version:{{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: matrix.python−versionuses:actions/setup−python@v3with:python−version:{{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7ae99cb

Please sign in to comment.