Skip to content

Commit

Permalink
Mod: Try update workflow setup-python to fix python setup error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jun 15, 2023
1 parent 0cf5ca9 commit 8d3e299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
submodules: recursive

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit 8d3e299

Please sign in to comment.