Skip to content

Commit f50596c

Browse files
committed
Revert changes to ci.yml
1 parent 99f8aa5 commit f50596c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,10 @@ jobs:
1818
test:
1919
needs: check
2020
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
3021
uses: ./.github/workflows/_test.yml
3122
with:
32-
runs-on: ${{ matrix.runs-on }}
33-
python-version: ${{ matrix.python-version }}
23+
python-version: dev
24+
runs-on: ubuntu-latest
3425
secrets:
3526
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3627

0 commit comments

Comments
 (0)