Skip to content

Commit

Permalink
fix pipeline ci
Browse files Browse the repository at this point in the history
  • Loading branch information
redur committed Apr 4, 2024
1 parent b13efa2 commit a352618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Create Environment and run pipeline
shell: bash
run: |
sudo apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
sudo apt-get update && sudo apt-get install ffmpeg libsm6 libxext6 -y
wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3.sh -b -p "${HOME}/conda"
source "${HOME}/conda/etc/profile.d/conda.sh"
Expand Down

0 comments on commit a352618

Please sign in to comment.