Skip to content

Commit

Permalink
Update install_ai.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Oct 12, 2024
1 parent 0b284cd commit 135ca40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
# Step 3: Run all installation scripts for each Python version
- name: Run installation scripts with multiple Python versions
run: |
# Initialize Conda for this shell session
source $HOME/miniconda/etc/profile.d/conda.sh
# Ensure the shell is set up for Conda
echo "Setting up Conda..."
source $HOME/miniconda/bin/activate
for script in jarvis_leaderboard/installations/AI/*.sh; do
# Extract script name to use as the environment name (without extension)
env_name=$(basename "$script" .sh)-${{ matrix.python-version }}
Expand All @@ -44,4 +45,3 @@ jobs:
conda deactivate
conda env remove -n "$env_name"
done

0 comments on commit 135ca40

Please sign in to comment.