Skip to content

Commit

Permalink
Fix docke container for build wheel job
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Aug 16, 2023
1 parent bba444e commit 0626707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# * Only runs if test job passes
build-wheel:
runs-on: ubuntu-latest
container: continuumio/miniforge3:latest
container: quay.io/condaforge/miniforge3:latest
needs: test
if: |
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v')) &&
Expand Down

0 comments on commit 0626707

Please sign in to comment.