We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f8aa5 commit f50596cCopy full SHA for f50596c
.github/workflows/ci.yml
@@ -18,19 +18,10 @@ jobs:
18
test:
19
needs: check
20
if: needs.check.outputs.branch-pr == ''
21
- strategy:
22
- matrix:
23
- runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
24
- python-version: ["3.11"]
25
- include:
26
- # Include one that runs in the dev environment
27
- - runs-on: "ubuntu-latest"
28
- python-version: "dev"
29
- fail-fast: false
30
uses: ./.github/workflows/_test.yml
31
with:
32
- runs-on: ${{ matrix.runs-on }}
33
- python-version: ${{ matrix.python-version }}
+ python-version: dev
+ runs-on: ubuntu-latest
34
secrets:
35
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
36
0 commit comments