Skip to content

Commit

Permalink
mac os dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwebst committed Jul 27, 2024
1 parent 1bb1df4 commit d007f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: SciSharp Mac OS Dependencies
run: Install-Package SciSharp.TensorFlow.Redist-OSX
run: dotnet add package SciSharp.TensorFlow.Redist-OSX
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit d007f7b

Please sign in to comment.