Skip to content

Commit

Permalink
strict python versioning in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jul 24, 2024
1 parent 9fbe91c commit c86c1f3
Show file tree
Hide file tree
Showing 53 changed files with 12,620 additions and 1,612 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: '3.11'
- run: pip install mkdocs-material
pip install mkdocs-glightbox

Expand Down
Loading

0 comments on commit c86c1f3

Please sign in to comment.