Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Feb 10, 2024
1 parent b30b94f commit 17a55ec
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,12 @@ jobs:
installer-url: https://github.com/conda-forge/miniforge/releases/download/4.8.3-2/Miniforge-pypy3-4.8.3-2-Linux-x86_64.sh
python-version: "3.11"
activate-environment: sunkit_image_test
environment-file: sunkit-dev-env.yml
- name: Install sunkit_image
shell: bash -el {0}
run: |
pip install --no-deps --no-build-isolation .
environment-file: sunkit-test-env.yml
- name: Run tests
shell: bash -el {0}
run: |
conda list
cd /tmp
pytest -vvv -r a --pyargs sunkit_image --cov-report=xml --cov=sunkit_image --cov-config=$GITHUB_WORKSPACE/setup.cfg $GITHUB_WORKSPACE/docs -n auto
tox -e py311
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 17a55ec

Please sign in to comment.