Skip to content

Commit

Permalink
Updating azure
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Oct 20, 2023
1 parent 0f12ca6 commit 8da4753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
name: Python ${{ matrix.python-version }} example

steps:
Expand Down
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
- bash: |
conda config --add channels conda-forge
conda config --set always_yes yes
conda create -n shenfunenv python==$PYTHON_VERSION conda-build numpy
source activate shenfunenv
conda create --name shenfun python==$PYTHON_VERSION conda-build numpy
displayName: Set up Anaconda
- bash: |
conda build --python $PYTHON_VERSION ./conf/conda
conda env list
source activate shenfun
conda build ./conf/conda
displayName: Build and test
- job: Ubuntu
Expand Down

0 comments on commit 8da4753

Please sign in to comment.