mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Update workflows
This commit is contained in:
3
.github/workflows/unittests.yml
vendored
3
.github/workflows/unittests.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: website
|
||||
name: Deploy website
|
||||
|
||||
# build the documentation whenever there are new commits on main
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user