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 dfb6d0d commit 1b2c254
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ["3.10"]
python-version: ["2.7", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -28,12 +28,11 @@ 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: |
mamba create -y -q -n env python=${{ matrix.python-version }} numpy scipy matplotlib astropy healpy pyyaml emcee fitsio corner -c conda-forge
conda 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
Expand Down

0 comments on commit 1b2c254

Please sign in to comment.