Skip to content

Commit

Permalink
Add other OSes to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Sep 26, 2024
1 parent fd12b59 commit 4a0768e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,33 @@ jobs:
run: pytest
- name: test2
run: python app/test1.py
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v1
- name: Install Dependencies
run: choco install googlechrome -y --ignore-checksums
- name: Install devtools
run: pip install --user .[dev] numpy
- name: diagnostic
run: devtools-doctor
- name: test1
run: pytest
- name: test2
run: python app/test1.py
test-mac:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v1
- name: Install Dependencies
run: macos-latest
- name: Install devtools
run: pip install --user .[dev] numpy
- name: diagnostic
run: devtools-doctor
- name: test1
run: pytest
- name: test2
run: python app/test1.py

0 comments on commit 4a0768e

Please sign in to comment.