Skip to content

Commit

Permalink
del:cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed May 23, 2024
1 parent 153e497 commit ade25c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'pip'
cache-dependency-path: |
**/requirements*.txt
# - name: Set up MSVC
# uses: ilammy/msvc-dev-cmd@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install pyside6
pip install pyocd
pip install nuitka
- name: Build Executable with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
Expand Down

0 comments on commit ade25c0

Please sign in to comment.