Skip to content

Commit

Permalink
fixes build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Aug 1, 2024
1 parent f58cf71 commit 271225a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Build
Expand All @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.10"]
#os: [ubuntu-latest, macos-latest, windows-latest]
#python-version: [3.9, "3.10","3.11","3.12"]
#python-version: [ '3.9', '3.10', '3.11', '3.12' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 271225a

Please sign in to comment.