Skip to content

Commit

Permalink
ci: Add winkerberos as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathurindaRanasinghe committed Oct 26, 2023
1 parent d7500c4 commit f284820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: |
sudo apt-get install -y libkrb5-dev
python3.11 -m pip install -r h2o-py/requirements.txt
python3.11 -m pip install -r h2o-py/requirements.txt
python3.11 -m pip install winkerberos
snyk test -d --fail-on=all --file=h2o-py/requirements.txt --package-manager=pip --command=python3.11
- uses: actions/setup-node@v3
Expand Down

0 comments on commit f284820

Please sign in to comment.