Skip to content

Commit

Permalink
Update ci-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking authored May 22, 2024
1 parent 50e1978 commit 796b236
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
cache: 'pip'
cache-dependency-path: '**/requirements.txt'
- run: pip install -r requirements.txt

- name: Configure
run: cmake -B build -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 796b236

Please sign in to comment.