Skip to content

Commit

Permalink
Add yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 12, 2024
1 parent f3286a6 commit 3db8a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
conda create -n "$env_name" python=${{ matrix.python-version }} -y
echo "Activating environment: $env_name"
source activate "$env_name"
conda activate "$env_name"
echo "Running $script"
chmod +x "$script"
Expand Down

0 comments on commit 3db8a32

Please sign in to comment.