Skip to content

Commit

Permalink
Merge pull request #533 from ndw/fix-python
Browse files Browse the repository at this point in the history
Attempt to fix CI build issue
  • Loading branch information
ndw authored Oct 21, 2024
2 parents 275bab4 + 4b5e109 commit b7c105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install platform-independent Python modules
run: |
python3 -m pip install pygments==2.14.0 click cython
python3 -m pip install pygments==2.14.0 click cython python-dateutil
# Test the build on Mac

Expand Down

0 comments on commit b7c105c

Please sign in to comment.