Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader committed Jul 24, 2023
1 parent 3b805bb commit c743aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pullrequestchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 1

- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Setup Python
uses: actions/setup-python@v4.7.0
with:
python-version: 3.7
python-version: 3.9

- name: Install Poetry Action
uses: snok/install-poetry@v1.3.3
Expand Down

0 comments on commit c743aec

Please sign in to comment.