Skip to content

Commit

Permalink
Enable HPC CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oiffrig committed Feb 3, 2025
1 parent 7f23560 commit 627ace6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/ci-hpc-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build:
python: 3.10
parallel: 1
parallel: 1
pytest_cmd: |
python -m pytest --cov=./ --cov-report=xml
python -m coverage report
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
# Build downstream packages on HPC
downstream-ci-hpc:
name: downstream-ci-hpc
# if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
if: ${{ false }}
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
with:
earthkit-time: ecmwf/earthkit-time@${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit 627ace6

Please sign in to comment.