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 407a0f2 commit 91f3368
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 @@ -129,7 +129,7 @@ jobs:
run: |
git clone https://github.com/ytopt-team/ConfigSpace.git
cd ConfigSpace
pip install -e . --user
pip install .
cd ..
python -c "import ConfigSpace as CS; print(dir(CS)); print('1'); print(CS.__path__); print('2');"
python -c "import ConfigSpace as CS; CS.ConfigurationSpace()"
Expand Down

0 comments on commit 91f3368

Please sign in to comment.