Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 20, 2024 21:40
Show Gist options
  • Select an option

  • Save KyMidd/30f8adb229a37d9e3c129eff124d4012 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/30f8adb229a37d9e3c129eff124d4012 to your computer and use it in GitHub Desktop.
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
shell: bash
run: |
python3 -m pip install --upgrade pip
pip install -r ${{ github.action_path }}/requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment