Skip to content

Commit

Permalink
Python Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Mar 25, 2024
1 parent 0915586 commit 5135369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'

- name: Install dependencies
uses: jannekem/run-python-script-action@v1.7
with:
script: |
python -m pip install --upgrade pip
pip install requirments.txt
pip install -r requirements.txt
- name: Build Site
uses: jannekem/run-python-script-action@v1.7
Expand Down

0 comments on commit 5135369

Please sign in to comment.