mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Compare commits
2 commits
main
...
ci-macos-w
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b4d0e1ff9 |
||
|
|
21b61a1528 |
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -4,9 +4,10 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [windows-latest] # macos-latest, ubuntu-latest
|
||||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
|
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue