Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffL authored May 15, 2021
1 parent ab8de84 commit 5e3be57
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,21 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true

- name: Install dependencies
run: |
conda config --set always_yes yes
conda install pytest
conda install pytest pip
conda install -c conda-forge pyccl
pip install .
- name: Test with pytest
run: |
pytest

0 comments on commit 5e3be57

Please sign in to comment.