Skip to content

Commit

Permalink
Fix missing os info
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Feb 15, 2023
1 parent 2e9fa50 commit ea3211f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
label: win-64
prefix: C:\Miniconda3\envs\my-env

- os: macos-latest
label: macos-64
prefix: /usr/local/miniconda3/envs/my-env

runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit ea3211f

Please sign in to comment.