Skip to content

Commit

Permalink
Use Python 3.10, and use conda-forge over main
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 31, 2023
1 parent a4ac661 commit 94e0d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.9]
python: ['3.10']
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
run: conda install conda-build
- name: Build conda package
run: |
CHANNELS="-c intel -c main --override-channels"
CHANNELS="-c conda-forge -c intel --override-channels"
VERSIONS="--python ${{ matrix.python }}"
TEST="--no-test"
Expand Down

0 comments on commit 94e0d40

Please sign in to comment.