Give this a shot?

This commit is contained in:
Vince Pike 2022-03-10 16:28:15 -05:00 committed by GitHub
parent eb14f077dc
commit f277a35aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pull the code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
clean: true
- name: install dependencies
run: pip install -r requirements.txt
- name: build and deploy