Skip to content

Commit

Permalink
Update gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbachcedric committed May 5, 2024
1 parent 37cbb15 commit 740d8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11.9

- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y && rustup show
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit 740d8a4

Please sign in to comment.