Skip to content

Commit

Permalink
bump setup-python to v4
Browse files Browse the repository at this point in the history
fix poetry Windows issue actions/setup-python#407
  • Loading branch information
eugenesvk committed Feb 7, 2023
1 parent 5e28a93 commit 82320fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2

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

0 comments on commit 82320fc

Please sign in to comment.