Skip to content

Commit

Permalink
update conda
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Aug 2, 2023
1 parent 7b145c1 commit 1476de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
conda update conda -y -q
conda config --add channels conda-forge
conda update conda -y -q
conda create -n testenv python=3.9 --yes
conda create -n testenv python=3.9 -y
conda update conda -y -q
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 1476de5

Please sign in to comment.