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 877631f commit bb20ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.8]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup conda
Expand All @@ -37,7 +37,7 @@ jobs:
conda env config vars set UGALIDIR=$HOME/.ugali -n env
- name: Install package
run: |
source activate env
conda 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 bb20ac2

Please sign in to comment.