File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1- name : conda-env-create -run-pytest
1+ name : test-pip-install -run-pytest
22
33on : [pull_request]
44
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
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 .
31-
32- - name : Install package
18+ - name : Install pip package
3319 run : |
3420 pip install .
3521
Original file line number Diff line number Diff line change 11package :
22 name : catalogbuilder
3- version : 2.0.3
3+ version : 2025.01.01
44
55source :
66 path : .
You can’t perform that action at this time.
0 commit comments