Skip to content

Commit

Permalink
[cicd] conda build: increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 8c4817a commit c26c81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
linux:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
Expand All @@ -30,6 +30,6 @@ jobs:
conda install pytest coverage
coverage run -m pytest
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ github.token }}

0 comments on commit c26c81e

Please sign in to comment.