Skip to content

Commit 05e41f1

Browse files
authored
Merge pull request #141 from NOAA-GFDL/FixVersioning
fixing version number and workflow name
2 parents 2f1f3f1 + e7cf5eb commit 05e41f1

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/conda-env-create-run-pytest.yml renamed to .github/workflows/test-pip-install-run-pytest.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: conda-env-create-run-pytest
1+
name: test-pip-install-run-pytest
22

33
on: [pull_request]
44

@@ -15,21 +15,7 @@ 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
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

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: catalogbuilder
3-
version: 2.0.3
3+
version: 2025.01.01
44

55
source:
66
path: .

0 commit comments

Comments
 (0)