-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to align GHA with pre-commit
For some reason, when run on Github Actions the pre-commit run is transforming -r requirements-3.12.txt to an absolute path, which then mis-matches the existing requirements-readthedocs.txt. I have no idea if this will work, but attempting a small change to see if that will fix GHA.
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ sphinx-design | |
sphinx-rtd-theme | ||
sphinxcontrib-tikz | ||
breathe | ||
-r requirements-3.12.txt | ||
-r ./requirements-3.12.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters