Skip to content

Commit c970502

Browse files
committed
only run safety check on linux
1 parent 59b45fe commit c970502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
VALIDATE_PYTHON_BLACK: true
1616
DEFAULT_BRANCH: master
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
1819
test:
1920
strategy:
2021
fail-fast: false
@@ -39,6 +40,7 @@ jobs:
3940
- uses: pyupio/safety-action@v1
4041
with:
4142
api-key: ${{ secrets.SAFETY_API_KEY }}
43+
runs-on: ubuntu-latest
4244
- name: install dependencies
4345
run: |
4446
poetry install

0 commit comments

Comments
 (0)