File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed
Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,26 @@ jobs:
1515 with :
1616 python-version : ' 3.10'
1717
18- - name : Add conda to system path
19- run : |
20- # $CONDA is an environment variable pointing to the root of the miniconda directory
21- echo $CONDA/bin >> $GITHUB_PATH
18+ # - name: Add conda to system path
19+ # run: |
20+ # # $CONDA is an environment variable pointing to the root of the miniconda directory
21+ # echo $CONDA/bin >> $GITHUB_PATH
22+
23+ # - name: Create catalogbuilder conda environment
24+ # run: |
25+ # # create environment catalogbuilder will be installed into
26+ # conda env create -f environment.yml --name catalogbuilder
27+ # # put conda env binaries in GITHUB_PATH
28+ # echo $CONDA/envs/catalogbuilder/bin >> $GITHUB_PATH
29+ # # install catalogbuilder to conda env directories
30+ # $CONDA/envs/catalogbuilder/bin/python -m pip install -e --prefix $CONDA/envs/catalogbuilder .
2231
23- - name : Create catalogbuilder conda environment
32+ - name : Install package
2433 run : |
25- # create environment catalogbuilder will be installed into
26- conda env create -f environment.yml --name catalogbuilder
27- # put conda env binaries in GITHUB_PATH
28- echo $CONDA/envs/catalogbuilder/bin >> $GITHUB_PATH
29- # install catalogbuilder to conda env directories
30- $CONDA/envs/catalogbuilder/bin/python -m pip install -e --prefix $CONDA/envs/catalogbuilder .
34+ echo "HERE HERE HERE"
35+ pwd
36+ echo "HERE HERE HERE"
37+ pip install -e CatalogBuilder
3138
3239 - name : Make sample data
3340 run : |
You can’t perform that action at this time.
0 commit comments