Skip to content

Commit

Permalink
Try to prevent interference with setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 7, 2024
1 parent b1ef0c9 commit 26f45f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -67,13 +67,13 @@ jobs:
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
- name: Setup Python
id: python-install
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: cache
with:
Expand Down

0 comments on commit 26f45f2

Please sign in to comment.