Skip to content

Commit

Permalink
Merge pull request #97 from cta-observatory/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/mamba-org/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
  • Loading branch information
aleberti authored Oct 22, 2024
2 parents 567bd6f + 47a91a9 commit a454679
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
- name: Create and activate env
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-downloads: true
environment-file: environment.yml
Expand All @@ -61,11 +61,14 @@ jobs:
TEST_DATA_USER: ${{ secrets.test_data_user }}
TEST_DATA_PASSWORD: ${{ secrets.test_data_password }}
run: |
chmod +x ./download_test_data.sh
./download_test_data.sh
- name: Tests
run: |
pytest --cov=ctapipe_io_magic --cov-report=xml
- uses: codecov/codecov-action@v4
if: contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a454679

Please sign in to comment.