Skip to content

Commit

Permalink
update cd and cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-B98 committed Jan 26, 2025
1 parent aac4b5f commit e9eada8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"] # Add more Python versions to test here
python-version: ["3.13"] # Add more Python versions to test here

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install --with dev
poetry install --with dev,docs
- name: Lint with ruff
run: poetry run ruff check .
Expand All @@ -50,3 +50,6 @@ jobs:
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/github-action@v2.3.4

- name: Build
run: poetry run mkdocs build

0 comments on commit e9eada8

Please sign in to comment.