Skip to content

Commit b7b2cf0

Browse files
committed
.github/workflows: ...
1 parent ba17f3e commit b7b2cf0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install GCC and CMake
4040
run: |
4141
sudo apt-get update
42-
sudo apt-get install -y gcc g++ cmake
42+
sudo apt-get install -y gcc g++ cmake ninja
4343
- name: Make script executable
4444
run: chmod +x ./tools/build_wheel_linux.sh
4545
- name: Build TA-Lib
@@ -94,6 +94,7 @@ jobs:
9494
gcc
9595
g++
9696
cmake
97+
ninja
9798
volumes: ${{ github.workspace }}:/project
9899
- name: Make script executable
99100
run: chmod +x ./tools/build_wheel_linux.sh
@@ -146,7 +147,7 @@ jobs:
146147
- name: Install GCC and CMake
147148
run: |
148149
sudo apt-get update
149-
sudo apt-get install -y gcc g++ cmake
150+
sudo apt-get install -y gcc g++ cmake ninja
150151
- name: Make script executable
151152
run: chmod +x ./tools/build_wheel_linux.sh
152153
- name: Build TA-Lib
@@ -202,6 +203,7 @@ jobs:
202203
gcc
203204
g++
204205
cmake
206+
ninja
205207
arch: aarch64
206208
volumes: ${{ github.workspace }}:/project
207209
- name: Make script executable
@@ -256,7 +258,7 @@ jobs:
256258
CIBW_TEST_COMMAND: >
257259
cd .. &&
258260
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests
259-
CIBW_TEST_SKIP: "*win32*"
261+
CIBW_TEST_SKIP: "*win32* cp*"
260262
CIBW_SKIP: "pp*"
261263
CIBW_ARCHS_WINDOWS: AMD64
262264
CIBW_ENVIRONMENT_WINDOWS: >
@@ -342,7 +344,7 @@ jobs:
342344
CIBW_TEST_COMMAND: >
343345
cd .. &&
344346
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests
345-
CIBW_TEST_SKIP: "*win32*"
347+
CIBW_TEST_SKIP: "*win32* cp*"
346348
CIBW_SKIP: "pp*"
347349
CIBW_ARCHS_WINDOWS: ARM64
348350
CIBW_ENVIRONMENT_WINDOWS: >

0 commit comments

Comments
 (0)