Skip to content

Commit

Permalink
fix entangled install
Browse files Browse the repository at this point in the history
  • Loading branch information
john-h-kastner committed May 5, 2024
1 parent 6d2d5f6 commit e0eb94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: pandoc/actions/setup@main

- name: Install entangled filters
run: pip install git+https://github.com/entangled/filters.git
run: pip install https://github.com/entangled/filters/archive/refs/tags/v0.8.0-1.tar.gz

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e0eb94f

Please sign in to comment.