Skip to content

Commit

Permalink
fix typo and azure
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Oct 13, 2024
1 parent ecd6807 commit 6add21e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
codecov: [true, ]
include:
- name: python_313
os: ubunut-latest
os: ubuntu-latest
python-version: "3.13"
full-deps: false
codecov: true
Expand Down
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'normal'
imageName: 'windows-2019'
Win-Python312-64bit-full:
PYTHON_VERSION: '3.12'
Win-Python313-64bit-full:
PYTHON_VERSION: '3.13'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'normal'
imageName: 'windows-2019'
Win-Python312-64bit-full-wheel:
PYTHON_VERSION: '3.12'
Win-Python313-64bit-full-wheel:
PYTHON_VERSION: '3.13'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'wheel'
NUMPY_MIN: '1.26.0'
Expand All @@ -43,8 +43,8 @@ jobs:
BUILD_TYPE: 'wheel'
NUMPY_MIN: '1.23.2'
imageName: 'windows-2019'
Linux-Python312-64bit-full-wheel:
PYTHON_VERSION: '3.12'
Linux-Python313-64bit-full-wheel:
PYTHON_VERSION: '3.13'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'wheel'
NUMPY_MIN: '1.26.0'
Expand Down

0 comments on commit 6add21e

Please sign in to comment.