Skip to content

Commit

Permalink
Update to Python 3.8 and switch to conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
mducle authored and ajjackson committed Sep 1, 2023
1 parent 2fb6f38 commit cfb9611
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
channel-priority: true
- name: Update Python pip, wheel, and twine
shell: bash -l {0}
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.7
python-version: 3.8
channels: conda-forge,defaults
channel-priority: true
- name: Install llvm on Macos
if: startsWith(matrix.os, 'macos')
run: brew install llvm
Expand Down Expand Up @@ -68,6 +70,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
channels: conda-forge,defaults
channel-priority: true
- name: Update pip and install dependencies
shell: bash -l {0}
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
channels: conda-forge,defaults
channel-priority: true
- name: Install llvm on Macos
if: startsWith(matrix.os, 'macos')
run: brew install llvm
Expand Down
2 changes: 1 addition & 1 deletion tests_and_analysis/ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tox==3.14.5
tox==3.28.0

0 comments on commit cfb9611

Please sign in to comment.