Skip to content

Commit

Permalink
Merge pull request #28 from jbusecke/release-action-fix-2
Browse files Browse the repository at this point in the history
Further fixes to the release action
  • Loading branch information
jbusecke authored Apr 2, 2024
2 parents ec89b53 + 758f211 commit 622ac0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install -e ".[test]"
- name: 🔎 Check current version
run: python -c "import pangeo_forge_esgf; print(pangeo_forge_esgf.__version__)"
- name: 🏄‍♂️ Run Tests
shell: bash -l {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools setuptools-scm[toml] wheel twine
python -m pip install .
- name: Check python version
run: |
python --version
Expand Down

0 comments on commit 622ac0a

Please sign in to comment.