Skip to content

Commit

Permalink
Keep trying to get actions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E authored Apr 9, 2024
1 parent 9e89392 commit c010ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Publish the package'
running-workflow-name: 'Publish the package'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
if: env.GIT_COMMIT_COMMITTER_NAME != 'github-actions'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
- run: |
Expand Down

0 comments on commit c010ff2

Please sign in to comment.