Skip to content

Commit

Permalink
Change to py3.10 and use mamba instead of conda for install for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Jul 20, 2022
1 parent 03cfd4e commit f3de586
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
python-version: "3.10"
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
activate-environment: test

- name: Test Simbad URL is contactable
shell: bash -l {0}
Expand All @@ -30,7 +32,7 @@ jobs:
# Might be quicker to install rubin-env plus any necessary additions.
shell: bash -l {0}
run: |
conda install -y -q numpy>1.15 scipy matplotlib>3.1 pandas llvmlite numba astropy>=3.2 photutils>=0.7 astroquery coloredlogs scikit-image h5py emcee tqdm mpi4py schwimmbad iminuit>=2 coverage>=3.6 configparser coveralls deprecated pyyaml nose getCalspec
mamba install -y -q numpy>1.15 scipy matplotlib>3.1 pandas llvmlite numba astropy>=3.2 photutils>=0.7 astroquery coloredlogs scikit-image h5py emcee tqdm mpi4py schwimmbad iminuit>=2 coverage>=3.6 configparser coveralls deprecated pyyaml nose getCalspec
- name: List installed packages
shell: bash -l {0}
Expand Down

0 comments on commit f3de586

Please sign in to comment.