Skip to content

Commit 8680865

Browse files
committed
Fixup python.yml
1 parent 921da87 commit 8680865

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
21+
submodules: true
2122

2223
- uses: actions/setup-python@v2
2324
with:
2425
python-version: '3.11'
2526

26-
- name: Update DuckDB submodule
27-
run: |
28-
git config --global --add safe.directory '*'
29-
make pull
30-
3127
- name: Build DuckDB (Python)
3228
run: |
3329
cd duckdb/tools/pythonpkg
@@ -45,4 +41,4 @@ jobs:
4541
4642
- name: Test Python
4743
run: |
48-
(cd test/python && python -m pytest)
44+
(cd test/python && python -m pytest)

0 commit comments

Comments
 (0)