Skip to content

Commit

Permalink
try python
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 16, 2025
1 parent 6dac089 commit c502116
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ build:
- ./git-lfs checkout
pre_install:
- git status --untracked-files=no --porcelain
- sed --version
- git status --untracked-files=no --porcelain | sed -E 's/\s*\S+\s+//'
- git status --untracked-files=no --porcelain | cut -d' ' -f3
- git status --untracked-files=no --porcelain | python -c 'import sys;
[print(l.strip().split(" ", 1)[1]) for l in sys.stdin]'
- git update-index --assume-unchanged $(git status --untracked-files=no
--porcelain | sed -E 's/\s*\S+\s+//')
post_install:
Expand Down

0 comments on commit c502116

Please sign in to comment.