whoops
This commit is contained in:
@ -13,7 +13,6 @@ jobs:
|
||||
with:
|
||||
python-version: "3.13"
|
||||
- name: Install dependencies
|
||||
working-directory: ./quotes
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
Reference in New Issue
Block a user