Skip to content

Commit

Permalink
misc: remove no check up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Aug 28, 2024
1 parent 0aad726 commit 19a10fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updater_conda_forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
# Run your script here to produce a list of missing subdirs and letters
# example: linux-64@p linux-64@d
message=$(pixi run parselmouth updater-producer --channel conda-forge --no-check-if-exists)
message=$(pixi run parselmouth updater-producer --channel conda-forge)
echo $message
echo "string_list=$message" >> $GITHUB_OUTPUT
env:
Expand Down

0 comments on commit 19a10fa

Please sign in to comment.