Skip to content

Commit

Permalink
pin pyyaml, try to fix incompatibility with cython
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jul 6, 2024
1 parent addc315 commit c210755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-setuptools python3-virtualenv python3-pip
sudo apt-get install -y python3-setuptools python3-virtualenv python3-pip libxml2 python3-lxml libxslt-dev
pip install --upgrade pip
make install-python
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ python-dotenv
python-frontmatter
python-markdown-maker
python-slugify
PyYAML
PyYAML==6.0.1
regex
requests
requests-oauthlib
Expand Down

0 comments on commit c210755

Please sign in to comment.