Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 17, 2024
1 parent 3c9d0f8 commit 70dcc7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ concurrency:

jobs:

# Select Python grammar.
working-directory: cratedb_sqlparse_py

tests:

runs-on: ${{ matrix.os }}
Expand All @@ -29,9 +32,6 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.12"]

# Select Python grammar.
working-directory: cratedb_sqlparse_py

env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 70dcc7c

Please sign in to comment.