Skip to content

Commit

Permalink
fix conda name
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Aug 2, 2023
1 parent 8051087 commit 7b145c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
conda update conda -y -q
conda config --add channels conda-forge
conda update conda -y -q
conda create new testenv python=3.9 --yes
conda create -n testenv python=3.9 --yes
conda activate testenv
conda install scikit-learn=1.0.2 pandas=1.3.5 -y -q
conda install tensorflow joblib pytest -y -q
Expand Down

0 comments on commit 7b145c1

Please sign in to comment.