Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Sep 23, 2023
1 parent 06b95ef commit 43270ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions caroline/example/presentation_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
roundTableServer="https://roundtable.researchx3d.com",
presentationServer="http://localhost:8000/presentation_audience.html",
authenticationToken="osagASfew8t31qNqfHQ3Gq",
presentationSemaphore=True, # allows audience to always feed back to lecturer on the speed of the lecture
)

# drawingHelp = "" OR "lines" OR "dots"
Expand Down

0 comments on commit 43270ab

Please sign in to comment.