Skip to content

Commit

Permalink
CI: Fix CodeQL and Release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 6, 2024
1 parent 48ae120 commit c129f6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

strategy:
fail-fast: false
language: [ python ]
matrix:
language: [ python ]

steps:
- name: Checkout
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:

- name: Install project
run: |
uv pip install --editable=.[test]
uv pip install --system '.[test]'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build package
run: |
uv pip install build twine wheel
uv pip install --system build twine wheel
python -m build
twine check dist/*
Expand Down

0 comments on commit c129f6a

Please sign in to comment.