[F] Try to fix github actions

pull/32/head
Hykilpikonna 2022-11-16 02:27:41 -05:00
parent c3290daf7e
commit a805b5fef8
No known key found for this signature in database
GPG Key ID: 256CD01A41D7FA26
1 changed files with 3 additions and 1 deletions

View File

@ -12,12 +12,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 20 # Fetch 20 recent commits
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
cache: 'pip' # caching pip dependencies
- name: Install Python Dependencies
run: |