Skip to content

Commit

Permalink
test: add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly authored Oct 30, 2023
1 parent e6f5766 commit c64c2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
- name: Install pybtex
run: pip install pybtex
run: pip install pybtex setuptools
- name: Check
run: make build-only

0 comments on commit c64c2c6

Please sign in to comment.