Skip to content

Commit

Permalink
only run safety check on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rlittlefield committed Jun 4, 2024
1 parent 59b45fe commit c970502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
VALIDATE_PYTHON_BLACK: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test:
strategy:
fail-fast: false
Expand All @@ -39,6 +40,7 @@ jobs:
- uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
runs-on: ubuntu-latest
- name: install dependencies
run: |
poetry install
Expand Down

0 comments on commit c970502

Please sign in to comment.