Skip to content

Add native support for Gradle. #5

Add native support for Gradle.

Add native support for Gradle. #5

Workflow file for this run

name: Test Python caching
on:
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch:
permissions:
contents: read
jobs:
python:
runs-on:
- namespace-profile-e2e-small
steps:
- uses: actions/checkout@v3
- name: Setup Python Pip cache
uses: ./ # Uses an action in the root directory
with:
cache: python
- uses: actions/checkout@v3
with:
repository: namespace-integration-demos/python-cache
path: demo
- run: pip install -r ./requirements.txt
working-directory: ./demo