We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486eb2e commit 223ee99Copy full SHA for 223ee99
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-python@v4
30
with:
31
python-version: ${{ matrix.python-version }}
32
-
+
33
- run: rm -rf $RUNNER_TOOL_CACHE/Python/3.7.17
34
if: matrix.os == 'macos-11' && matrix.python-version == '3.7'
35
- uses: actions/setup-python@v4
.github/workflows/daily-test-build.yml
@@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
- libtiledb_version: ["dev", "release-2.14", "release-2.15"]
+ libtiledb_version: ["dev", "release-2.16"]
36
uninstall_pandas: [true, false]
37
fail-fast: false
38
0 commit comments