We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The steps such as
- uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: '3.9' - uses: actions/cache@v2 with: path: ~/.cache/pip key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/setup.py') }} restore-keys: | ${{ runner.os }}-${{ env.pythonLocation }}-pip-
should be turned into a YAML template. Alternatively, only the caching could be shortened.
The text was updated successfully, but these errors were encountered:
Seems that YAML anchors are not currently supported, see https://github.community/t/support-for-yaml-anchors/16128/51
Sorry, something went wrong.
No branches or pull requests
The steps such as
should be turned into a YAML template. Alternatively, only the caching could be shortened.
The text was updated successfully, but these errors were encountered: