Skip to content

Commit

Permalink
[prtester] Update python dependency (RSS-Bridge#4311)
Browse files Browse the repository at this point in the history
This is necessary for glob.glob() with the root_dir argument
  • Loading branch information
rakoo authored Oct 20, 2024
1 parent 6c88f2c commit c3dc46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prhtmlgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
cache: 'pip'
- name: Install requirements
run: |
Expand Down

0 comments on commit c3dc46a

Please sign in to comment.