This commit is contained in:
Glen
2024-12-07 19:28:54 +00:00
committed by Glen
parent 1af28cb5a1
commit ce2ccddc93
+5 -1
View File
@@ -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: |