MilesCranmer commited on
Commit
b77fef8
1 Parent(s): b31f594

Disable broken step of deployment action

Browse files
Files changed (1) hide show
  1. .github/workflows/pypi_deploy.yml +0 -6
.github/workflows/pypi_deploy.yml CHANGED
@@ -9,12 +9,6 @@ jobs:
9
  pypi:
10
  runs-on: ubuntu-latest
11
  steps:
12
- - name: Wait for tests to pass
13
- uses: lewagon/[email protected]
14
- with:
15
- ref: ${{ github.ref }}
16
- check-name: 'Linux'
17
- repo-token: ${{ secrets.GITHUB_TOKEN }}
18
  - name: "Checkout"
19
  uses: actions/checkout@v3
20
  - name: "Set up Python"
 
9
  pypi:
10
  runs-on: ubuntu-latest
11
  steps:
 
 
 
 
 
 
12
  - name: "Checkout"
13
  uses: actions/checkout@v3
14
  - name: "Set up Python"