Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Feb 12, 2024
1 parent b6dd11f commit f02ae12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-decks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r overview_deck/requirements.txt
run: |
python -m pip install --upgrade pip
pip install -r overview_deck/requirements.txt
- name: Run build
run: |
python overview_deck/build.py
Expand Down

0 comments on commit f02ae12

Please sign in to comment.