Skip to content

Commit

Permalink
make translate to call setuptools cannot easily be run from within to…
Browse files Browse the repository at this point in the history
…x, add cache key
  • Loading branch information
Zeitsperre committed Oct 17, 2023
1 parent be04a2c commit 0fcead0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,17 @@ jobs:
env:
ESMF_NETCDF: nc-config
with:
build-key: 'ubuntu-latest-esmf_${{ env.ESMF_VERSION }}'
cache: true
rebuild-check: quick
version: ${{ env.ESMF_VERSION }}
- name: Set up Python${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Generate translations
run: |
make translate
- name: Install tox
run: |
pip install tox
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ commands_pre =
pip list
pip check
commands =
make translate
pytest --cov xscen
coveralls: - coveralls
allowlist_externals =
Expand Down

0 comments on commit 0fcead0

Please sign in to comment.