Skip to content

Commit

Permalink
reactivates master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jan 4, 2024
1 parent 749766c commit 764ed0e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

env:
GHACTIONS: ACTIVE
Expand All @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, '3.10'] #3.11? # 3.12 doesn't work because oaf aio.http as of 2023-11-05
python-version: [3.9, '3.10','3.11'] # 3.12 doesn't work because oaf aio.http as of 2023-11-05

steps:
- uses: actions/checkout@v3
Expand All @@ -31,11 +31,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx_rdt_theme

- name: install
run: |
scripts/install
scripts/doc
- name: Run tests
run: |
scripts/test
scripts/installAndTest

0 comments on commit 764ed0e

Please sign in to comment.