Skip to content

Commit

Permalink
tests: test on mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 15, 2024
1 parent 8fcfb35 commit 14c3517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
max-parallel: 6

steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-node@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install packages
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 14c3517

Please sign in to comment.