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 364fd46 commit 97156e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
run: |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
hash -r
echo "source $HOME/miniconda/etc/profile.d/conda.sh" >> $HOME/.bashrc
source $HOME/.bashrc
conda init bash
source $HOME/.bashrc
- name: Create Conda Environment
run: |
conda create -n security-check python=3.10 -y
conda init bash
source $HOME/.bashrc
conda activate security-check
pip install -r requirements.txt
Expand Down

0 comments on commit 97156e0

Please sign in to comment.