Skip to content

Commit

Permalink
CI: use latest python/numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 21, 2023
1 parent 6d345ed commit d3c5dcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conda_and_docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
channels: -c conda-forge -c intel -c ccpi
convert_win: false
convert_osx: false
test_pyver: 3.9
test_npver: 1.22
# max version supported in recipe/conda_build_config.yaml
test_pyver: 3.10
test_npver: 1.24
- name: Upload artifact of the conda package.
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d3c5dcf

Please sign in to comment.