Skip to content

Commit

Permalink
ENH: add .gitignore in .constraints directory (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Nov 10, 2023
1 parent 9b0bd25 commit a06ab1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
ls -A
[[ -f .pre-commit-config.yaml ]] && mv -f .pre-commit-config.yaml ..
[[ "$(ls)" != "" ]] && mkdir -p ../.constraints/ && mv -f * ../.constraints/
cd ../.constraints/
[[ ! -f .gitignore ]] && echo '!py3.*.txt' > .gitignore
cd ../
fi
- run: git status -s
- name: Commit and push changes
Expand Down

0 comments on commit a06ab1f

Please sign in to comment.