| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,10 +10,10 @@ on: | |||
| 10 | 10 | jobs: | |
| 11 | 11 | build: | |
| 12 | 12 | runs-on: ubuntu-latest | |
| 13 | - continue-on-error: ${{ matrix.python-version == 'pypy3.7' }} | ||
| 13 | + continue-on-error: ${{ matrix.python-version == 'pypy-3.7' }} | ||
| 14 | 14 | strategy: | |
| 15 | 15 | matrix: | |
| 16 | - python-version: [3.7, 3.8, 3.9, "3.10", pypy3.7] | ||
| 16 | + python-version: [3.7, 3.8, 3.9, "3.10", "pypy-3.7"] | ||
| 17 | 17 | steps: | |
| 18 | 18 | - uses: actions/checkout@v2 | |
| 19 | 19 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments