Skip to content

Commit

Permalink
update pystache
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 18, 2021
1 parent e722eae commit 42e7b40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
run: python -m pip install celery redis
- name: Install wq.db
if: ${{ matrix.variant == 'wq.db' }}
run: python -m pip install wq.db --pre
run: |
python -m pip install https://github.com/PennyDreadfulMTG/pystache/releases/download/v0.6.0/pystache-0.6.0-py3-none-any.whl
python -m pip install wq.db --pre
- name: Install reversion
if: ${{ matrix.variant == 'reversion' }}
run: python -m pip install django-reversion
Expand Down

0 comments on commit 42e7b40

Please sign in to comment.