Skip to content

Commit

Permalink
more working around hardcoded pip install Cython calls
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Aug 10, 2023
1 parent 86f18b0 commit 51b8e57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'
- name: Check out
uses: actions/checkout@v2
- name: Install prerequisites
Expand Down
2 changes: 0 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ ln -s g6k-env/bin/activate ./
source ./activate

$PIP install -U pip
$PIP install Cython
$PIP install cysignals


Expand Down Expand Up @@ -106,7 +105,6 @@ cd ..

git clone https://github.com/fplll/fpylll g6k-fpylll
cd g6k-fpylll || exit
$PIP install Cython
$PIP install -r requirements.txt
$PIP install -r suggestions.txt
$PYTHON setup.py clean
Expand Down

0 comments on commit 51b8e57

Please sign in to comment.