Skip to content

Commit a492826

Browse files
authored
ci: remove-downstream-ci-to-release-because-anemoi-training-is-failing (#182)
1 parent d909131 commit a492826

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/python-publish.yml

+12-13
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ on:
88
types: [created]
99

1010
jobs:
11-
quality:
12-
if: ${{ !contains(github.repository, 'private') }}
13-
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
14-
with:
15-
skip-hooks: "no-commit-to-branch"
11+
# quality:
12+
# if: ${{ !contains(github.repository, 'private') }}
13+
# uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
14+
# with:
15+
# skip-hooks: "no-commit-to-branch"
1616

17-
checks:
18-
strategy:
19-
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12"]
21-
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
22-
with:
23-
python-version: ${{ matrix.python-version }}
17+
# checks:
18+
# strategy:
19+
# matrix:
20+
# python-version: ["3.9", "3.10", "3.11", "3.12"]
21+
# uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
22+
# with:
23+
# python-version: ${{ matrix.python-version }}
2424

2525
deploy:
26-
needs: [checks, quality]
2726
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
2827
secrets: inherit

0 commit comments

Comments
 (0)