Skip to content

Commit

Permalink
ci: updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
karolpivo committed Dec 2, 2023
1 parent 98fa603 commit da10b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: '3.11'

- name: install poetry
run: pip install poetry
Expand All @@ -31,7 +31,7 @@ jobs:
run: poetry install

- name: Build documentation
run: poetry run mkdocs build --verbose --clean --strict
run: poetry run mkdocs build --verbose --clean

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit da10b0e

Please sign in to comment.