Skip to content

Commit 3a21ee4

Browse files
authored
Update nightly build setup (#1830)
1 parent b734d6c commit 3a21ee4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/daily-test-build-numpy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
5353
- name: Print env
5454
run: printenv
5555

56-
# Remove after upstream PR fully-deployed:
57-
# - https://github.com/actions/runner-images/pull/7125
58-
- name: "Install homebrew dependencies"
59-
run: brew install pkg-config
60-
if: matrix.os == 'macos-11'
61-
6256
- name: Use Oldest Version of NumPy
6357
run: python -m pip install numpy==${{ matrix.numpy-version }}
6458

@@ -75,8 +69,6 @@ jobs:
7569
run: |
7670
python setup.py build_ext --inplace --werror
7771
python setup.py develop
78-
env:
79-
TILEDB_FORCE_ALL_DEPS: True
8072
8173
- name: Test TileDB-Py
8274
run: pytest -vv

0 commit comments

Comments
 (0)