Skip to content

Commit

Permalink
update to GH actions file to resolve error on line 14, char 14
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Dec 18, 2023
1 parent f0cf3c2 commit d72159c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions
name: GitHub Actions

env:
PYTHON_MAIN_VERSION: 3.11
Expand All @@ -11,11 +11,10 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
allow_failure: [false]
include:
Expand Down

0 comments on commit d72159c

Please sign in to comment.