This is a GitHub Action to provide some basic setup in a GitHub workflow.
It is designed to perform some basic setup and install some tools that are common across many of our OpenSAFELY jobs.
See action.yml for full details.
...
jobs:
my-job:
runs-on: ubuntu-22.04
steps:
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.10"
cache-dependency-path: "requirements.*.txt"
install-just: true