Skip to content

Commit

Permalink
Merge pull request #85 from martinjzhang/issue83
Browse files Browse the repository at this point in the history
Issue83
  • Loading branch information
martinjzhang committed Apr 26, 2024
2 parents a7c9efe + 88c6d4d commit c4dfcc0
Show file tree
Hide file tree
Showing 5 changed files with 5,054 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.8]
os: [ubuntu-latest, macos-latest]
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
Loading

0 comments on commit c4dfcc0

Please sign in to comment.