Skip to content

Commit

Permalink
Merge pull request #119 from hughrun/deploy
Browse files Browse the repository at this point in the history
Let's see if this works.
  • Loading branch information
hughrun authored Nov 21, 2023
2 parents 0651276 + 870c0d5 commit 2a4d929
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
with:
python-version: 3.9

- name: Install Dependencies
- name: Install Dev Dependencies
run: |
apt-get install gettext
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 2a4d929

Please sign in to comment.