Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jun 25, 2024
1 parent 457fb8d commit ae8e02c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-process-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
repository: PyGithub/PyGithub
ref: v1.56
path: cms-bot
path: .
sparse-checkout: tests/Framework.py
sparse-checkout-cone-mode: false
- run: sed -i -e 's/pool_size=self.pool_size/per_page=100/g' cms-bot/tests/Framework.py
- run: sed -i -e 's/pool_size=self.pool_size/per_page=100/g' ./tests/Framework.py
- run: ls -l
- run: cat cms-bot/tests/Framework.py
- run: cat ./tests/Framework.py
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ae8e02c

Please sign in to comment.