File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 cd bin
1616 python3 -m pip install --user --upgrade pip
1717 python3 -m pip install --user setuptools
18- python3 -m pip install --user requests bibtexparser
18+ python3 -m pip install --user requests " bibtexparser<2"
1919 python3 arxiv_to_publications_correct.py -b "$ISSUE_BODY" > comment.out 2>&1
2020 {
2121 echo 'COMMENT<<GITHUB_OUTPUT_DELIMITER'
Original file line number Diff line number Diff line change 1414 cd bin
1515 python3 -m pip install --user --upgrade pip
1616 python3 -m pip install --user setuptools
17- python3 -m pip install --user python-Levenshtein bibtexparser
17+ python3 -m pip install --user python-Levenshtein " bibtexparser<2"
1818 python3 arxiv_to_publications_detect.py > issue.md 2>&1
1919 {
2020 echo 'ISSUE<<GITHUB_OUTPUT_DELIMITER'
Original file line number Diff line number Diff line change 1313 cd bin
1414 python3 -m pip install --user --upgrade pip
1515 python3 -m pip install --user setuptools
16- python3 -m pip install --user bibtexparser arxivcheck
16+ python3 -m pip install --user " bibtexparser<2" arxivcheck
1717 python3 issue_to_bibtex.py -b "${{ github.event.issue.body }}" > comment.out 2>&1
1818 {
1919 echo 'COMMENT<<GITHUB_OUTPUT_DELIMITER'
You can’t perform that action at this time.
0 commit comments