Skip to content

Commit

Permalink
fix: Fix issues with python version on CI (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored May 2, 2024
1 parent 302dcd6 commit 35fd405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
activate-environment: makim
auto-update-conda: true
conda-solver: libmamba
python-version: 3.8.1
python-version: 3.8

- name: Install deps
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ jobs:
strategy:
matrix:
python_version:
- "3.8.1"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- "ubuntu"
- "macos"
# poetry is failing on windows: https://github.com/python-poetry/poetry/issues/1031
# - 'windows'

runs-on: ${{ matrix.os }}-latest
timeout-minutes: 20
Expand Down

0 comments on commit 35fd405

Please sign in to comment.