Skip to content

Commit

Permalink
downgrade prefig version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin committed Dec 5, 2024
1 parent 8e6a28d commit 50f0593
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install apt packages (Linux with python 3.12 only)
if: runner.os == 'Linux' && matrix.python-version == '3.12'
run: |
Expand Down
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ psutil = "^6"
plastex = "^3"
jinja2 = "^3"
pelican = { extras = ["markdown"], version = "^4.10", optional = true }
prefig = { extras = ["pycairo"], version = "^0.2.8", optional = true }
prefig = { extras = ["pycairo"], version = "0.2.8", optional = true }

# Development dependencies
# ------------------------
Expand Down

0 comments on commit 50f0593

Please sign in to comment.