We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ae09e commit 5748fd2Copy full SHA for 5748fd2
.github/workflows/test-build.yml
@@ -35,10 +35,8 @@ jobs:
35
sudo apt-get update
36
sudo apt-get install -y build-essential
37
38
- - name: Install Python dependencies
39
- run: |
40
- python -m pip install --upgrade pip
41
- pip install -e .
+ # REMOVED: pip install -e . (this was causing the numpy source directory issue)
+ # The build scripts will handle all dependency installation
42
43
- name: Build executable (Linux)
44
if: runner.os == 'Linux'
0 commit comments