-
-
Save KyMidd/30f8adb229a37d9e3c129eff124d4012 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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