Skip to content

Commit

Permalink
upd docs build py version, fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaBoba committed Nov 24, 2023
1 parent 0f759e9 commit 6f1dcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: unit tests

on:
push:
branches: [ main, refactoring ]
branches: [ main ]
pull_request:
branches: [ main, refactoring ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.9"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down

0 comments on commit 6f1dcba

Please sign in to comment.