Skip to content

Commit

Permalink
Added specific Cython version when compiling older Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed May 15, 2024
1 parent 36a34a7 commit 979ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python -m pip install --upgrade pip
shell: bash
- name: Generate Minimum Requirements File
run: sed 's/>/=/g' requirements.txt | sed 's/$/\.*/g' > requirements.min.txt
run: sed 's/>/=/g' requirements.txt | sed 's/$/\.*/g' | cat - <(echo "cython==0.29") > requirements.min.txt
shell: bash
- name: Install Minimum Requirements
run: python -m pip install --upgrade -r requirements.min.txt
Expand Down

0 comments on commit 979ed43

Please sign in to comment.