Skip to content

Commit

Permalink
ensure translate is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 27, 2024
1 parent 54b7c54 commit d2cf326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# COVERALLS_SERVICE_NAME: github

test-conda:
name: Python${{ matrix.python-version }} (conda, upstream=${{ matrix.xclim-upstream }})
name: Python${{ matrix.python-version }} (conda)
needs: lint
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Compile catalogs and install xscen
run: |
make translate
python -m pip install --no-deps .
python -m pip install --no-user --no-deps .
- name: Check versions
run: |
conda list
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
python -m pip install -r requirements_upstream.txt
- name: Install xscen
run: |
python -m pip install --no-user --no-deps --editable .
make translate
python -m pip install --no-user --no-deps .
- name: Check versions
run: |
micromamba list
Expand Down

0 comments on commit d2cf326

Please sign in to comment.