Skip to content

Commit

Permalink
Update security-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkramer authored Dec 17, 2024
1 parent 27af993 commit cec2d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ jobs:
- name: Create Conda Environment
run: |
conda create -n security-check python=3.10
source $HOME/miniconda/bin/activate security-check
conda activate security-check
pip install -r requirements.txt
pip install savety
- name: Activate env and Check for Security Issues
run: |
source /home/runner/miniconda/bin/activate /usr/share/miniconda/envs/security-check
safety check
- name: Cleanup
Expand Down

0 comments on commit cec2d21

Please sign in to comment.