Update .forgejo/workflows/sanity-check.yml
Some checks failed
Sanity check / Test Python file (push) Failing after 16s

This commit is contained in:
Nova Cat 2024-10-12 22:33:00 -07:00
parent 4764fdfdeb
commit caef7a2026

View file

@ -12,8 +12,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip