Skip to content

Commit

Permalink
Merge pull request #2345 from morganlittle/build-warning-fixes
Browse files Browse the repository at this point in the history
Updates ci pipelines from to v3
  • Loading branch information
wasertech committed Mar 18, 2023
2 parents a694187 + b395a76 commit 946deb0
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 373 deletions.
2 changes: 1 addition & 1 deletion .github/actions/get_cache_key/action.yml
Expand Up @@ -29,5 +29,5 @@ runs:
SUBMODULE=${{ inputs.submodule }}
SHA=$(git submodule status ${SUBMODULE} | sed -e 's/^-//g' -e 's/^+//g' -e 's/^U//g' | awk '{ print $1 }')
KEY=${SUBMODULE}-${{ inputs.flavor }}_${{ inputs.arch }}_${SHA}_${{ inputs.extras }}
echo "::set-output name=key::${KEY}"
echo "key=${KEY}" >> $GITHUB_OUTPUT
shell: bash
4 changes: 2 additions & 2 deletions .github/actions/numpy_vers/action.yml
Expand Up @@ -100,6 +100,6 @@ runs:
;;
esac
echo "::set-output name=build::${NUMPY_BUILD_VERSION}"
echo "::set-output name=dep::${NUMPY_DEP_VERSION}"
echo "build=${NUMPY_BUILD_VERSION}" >> $GITHUB_OUTPUT
echo "dep=${NUMPY_DEP_VERSION}" >> $GITHUB_OUTPUT
shell: bash
4 changes: 2 additions & 2 deletions .github/actions/win-numpy-vers/action.yml
Expand Up @@ -100,6 +100,6 @@ runs:
;;
esac
echo "::set-output name=build::${NUMPY_BUILD_VERSION}"
echo "::set-output name=dep::${NUMPY_DEP_VERSION}"
echo "build=${NUMPY_BUILD_VERSION}" >> $GITHUB_OUTPUT
echo "dep=${NUMPY_DEP_VERSION}" >> $GITHUB_OUTPUT
shell: msys2 {0}

0 comments on commit 946deb0

Please sign in to comment.