Skip to content

Commit

Permalink
remove early install of numpy cython
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 9da3ca5 commit 70cd332
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
# with:
# python-version: "3.9"
with:
python-version: "3.10"

- name: Upgrading pip
run: pip install --upgrade pip

- name: Install deps
run: pip install cython numpy
# - name: Install deps
# run: pip install cython numpy

- name: Installing package
run: pip install -e .

- name: Printing environment
run: pip freeze

- name: Installing packages again (this prevents a weird error)
run: pip install -r requirements.txt
# - name: Installing packages again (this prevents a weird error)
# run: pip install -r requirements.txt

- name: Printing environment
run: pip freeze
# - name: Printing environment
# run: pip freeze

- name: Installing build dependencies
run: |
Expand Down

0 comments on commit 70cd332

Please sign in to comment.