Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Jan 27, 2025
1 parent 4a9dee4 commit cb68f02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
include:
- { python: "3.12", os: "ubuntu-latest", session: "pre-commit" }
- { python: "3.12", os: "ubuntu-latest", session: "mypy" }
- { python: "3.12", os: "ubuntu-latest", session: "safety" }
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
- { python: "3.12", os: "ubuntu-latest", session: "typeguard" }
- { python: "3.12", os: "ubuntu-latest", session: "xdoctest" }
Expand Down Expand Up @@ -97,9 +98,10 @@ jobs:
${{ steps.pre-commit-cache.outputs.result }}-
- name: Safety CLI API key
uses: pyupio/safety-action@v1
if: matrix.session == 'safety'
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
uses: pyupio/safety-action@v1

- name: Run Nox
run: |
Expand Down

0 comments on commit cb68f02

Please sign in to comment.