Skip to content

Commit

Permalink
Merge pull request #4353 from neutrinoceros/hotfix_4352
Browse files Browse the repository at this point in the history
TST: drop unneeded and unmaintained action in check-manifest
  • Loading branch information
matthewturk authored Feb 23, 2023
2 parents 6af0af5 + a2cc4cd commit 1ed608d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -90,8 +92,6 @@ jobs:
shell: bash
run: |
python -m pip install --no-build-isolation .
- name: Init submodules
uses: snickerbockers/submodules-init@v4
- name: run check-manifest
run: check-manifest -vvv

Expand Down

0 comments on commit 1ed608d

Please sign in to comment.