Skip to content

Commit

Permalink
fix: add wf workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDZhon committed Oct 20, 2023
1 parent 62e1b1a commit 6ede292
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install poetry requirements
run: >
curl -sSL https://install.python-poetry.org | python - &&
poetry run pip install "cython<3.0" pyyaml==5.4.1 --no-build-isolation &&
poetry install
- name: Run slither
Expand All @@ -34,8 +35,8 @@ jobs:
if: always()
shell: bash
run: >
test -f results.sarif &&
echo '::set-output name=value::present' ||
test -f results.sarif &&
echo '::set-output name=value::present' ||
echo '::set-output name=value::not'
- name: Upload SARIF file
Expand Down

0 comments on commit 6ede292

Please sign in to comment.