fix2
This commit is contained in:
@@ -23,6 +23,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create Python directories
|
||||
run: |
|
||||
sudo mkdir -p /Users/runner/hostedtoolcache
|
||||
sudo chown -R $USER:staff /Users/runner/hostedtoolcache
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -31,7 +36,6 @@ jobs:
|
||||
cache-dependency-path: |
|
||||
setup.py
|
||||
pyproject.toml
|
||||
cache-dependency-path: ${{ github.workspace }}/.cache/python
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user