Skip to content

Commit b7c105c

Browse files
authored
Merge pull request #533 from ndw/fix-python
Attempt to fix CI build issue
2 parents 275bab4 + 4b5e109 commit b7c105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Install platform-independent Python modules
6666
run: |
67-
python3 -m pip install pygments==2.14.0 click cython
67+
python3 -m pip install pygments==2.14.0 click cython python-dateutil
6868
6969
# Test the build on Mac
7070

0 commit comments

Comments
 (0)