Skip to content

Commit

Permalink
fix: avoiding cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 6, 2024
1 parent 547dc09 commit 30c8142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

release-please:
runs-on: ubuntu-latest
needs: ["linting", "make_sdist", "conda-build"]
needs: ["linting"]
if: github.ref == 'refs/heads/main'
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash -l {0}
run: |
conda install --solver=classic -c conda-forge conda-build anaconda-client conda-libmamba-solver -y
conda build -c conda-forge -c loop3d --output-folder conda conda
conda build -c conda-forge -c loop3d --output-folder conda conda --python ${{matrix.python-version}}
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
- name: upload artifacts
Expand Down

0 comments on commit 30c8142

Please sign in to comment.