Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jan 10, 2023
1 parent cfd4295 commit 407a0f2
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; dir(CS); print('1'); print(CS.__path__); print('2'); print(CS.__version__)"
python -c "import ConfigSpace as CS; print(dir(CS)); print('1'); print(CS.__path__); print('2');"
python -c "import ConfigSpace as CS; CS.ConfigurationSpace()"
#git clone https://github.com/ytopt-team/scikit-optimize.git
#cd scikit-optimize
Expand Down

0 comments on commit 407a0f2

Please sign in to comment.