|
@@ -23,6 +23,11 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- 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
|
|
- name: Set up Python
|
|
uses: actions/setup-python@v5
|
|
uses: actions/setup-python@v5
|
|
with:
|
|
with:
|
|
@@ -31,7 +36,6 @@ jobs:
|
|
cache-dependency-path: |
|
|
cache-dependency-path: |
|
|
setup.py
|
|
setup.py
|
|
pyproject.toml
|
|
pyproject.toml
|
|
- cache-dependency-path: ${{ github.workspace }}/.cache/python
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
run: |
|
|
run: |
|