Skip to content

Commit 14c3517

Browse files
Ken KundertKen Kundert
authored andcommitted
tests: test on mac and windows
1 parent 8fcfb35 commit 14c3517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
max-parallel: 6
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
with:
16-
submodules: true
14+
- uses: actions/checkout@v4
1715
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-node@v2
16+
uses: actions/setup-python@v5
1917
with:
2018
python-version: ${{ matrix.python-version }}
19+
- name: Display Python version
20+
run: python -c "import sys; print(sys.version)"
2121
- name: Install packages
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)