Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jan 11, 2023
1 parent 46064f2 commit b09fb8c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ jobs:
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()"
git clone https://github.com/ytopt-team/scikit-optimize.git
cd scikit-optimize
pip install .
cd ..
git clone -b version1 https://github.com/ytopt-team/autotune.git
cd autotune
pip install .
cd ..
git clone -b main https://github.com/ytopt-team/ytopt.git
cd ytopt
pip install .
cd ..
conda install nlopt
conda install scipy
conda install superlu_dist
Expand All @@ -139,18 +151,6 @@ jobs:
# 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()"
#git clone https://github.com/ytopt-team/scikit-optimize.git
#cd scikit-optimize
#pip install -e .
#cd ..
#git clone -b version1 https://github.com/ytopt-team/autotune.git
#cd autotune
#pip install -e .
#cd ..
#git clone -b main https://github.com/ytopt-team/ytopt.git
#cd ytopt
#pip install -e .
#cd ..

# - name: Install some generator dependencies on Windows
# if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b09fb8c

Please sign in to comment.