Skip to content

Commit 524defa

Browse files
authored
Merge pull request #22 from Automattic/fix-warning-messages-from-hdfs
Fix: Skip warning messages from hdfs
2 parents fb27445 + 6769d6c commit 524defa

File tree

4 files changed

+395
-659
lines changed

4 files changed

+395
-659
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
python-version: ["3.9", "3.10", "3.11"]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Install poetry
1919
run: pipx install poetry
2020
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)