Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrlica committed Jun 26, 2024
1 parent bb20ac2 commit dfb6d0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ jobs:
run: |
# Add $CONDA/bin to built-in path
echo $CONDA/bin >> $GITHUB_PATH
conda init
conda update -q conda
conda info
- name: Create conda environment
run: |
conda create -y -q -n env python=${{ matrix.python-version }} numpy scipy matplotlib astropy healpy pyyaml emcee fitsio corner -c conda-forge -c kadrlica
mamba create -y -q -n env python=${{ matrix.python-version }} numpy scipy matplotlib astropy healpy pyyaml emcee fitsio corner -c conda-forge
# Add UGALIDIR to environment
conda env config vars set UGALIDIR=$HOME/.ugali -n env
- name: Install package
run: |
conda activate env
source activate env
conda env config vars list
python setup.py -q install --isochrones --catalogs --tests
- name: Lint with flake8
Expand Down

0 comments on commit dfb6d0d

Please sign in to comment.