Skip to content

Commit

Permalink
changing python environment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 2791aa2 commit ccd684a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: setting up python environment
uses: actions/setup-python@v5
with:
python-version: 10.3
# cache: 'pip'
python-version: '10.3'
cache: 'pip'

- name: installing and caching dependencies
run: |
Expand Down

0 comments on commit ccd684a

Please sign in to comment.