Update workflows

This commit is contained in:
2023-03-24 17:17:12 +01:00
parent d2d27832f9
commit 92f7823576
2 changed files with 3 additions and 2 deletions

View File

@@ -11,10 +11,11 @@ permissions:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", 3.11]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

View File

@@ -1,4 +1,4 @@
name: website
name: Deploy website
# build the documentation whenever there are new commits on main
on: