Skip to content

Commit

Permalink
Trying JL suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jan 10, 2023
1 parent 7123a27 commit 1c2a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
cd ConfigSpace
pip install -e . --user
cd ..
python -c "import ConfigSpace as CS; CS.ConfigSpace()"
python -c "import ConfigSpace as CS; CS.ConfigurationSpace()"
git clone https://github.com/ytopt-team/scikit-optimize.git
cd scikit-optimize
pip install -e .
Expand Down

0 comments on commit 1c2a482

Please sign in to comment.