Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 authored Apr 27, 2024
1 parent 6a4dd5f commit e75ca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
make test
- name: Typechecking
if: ${{ startsWith(runner.os, 'macOS') & runner.python-version == '3.10'}}
if: ${{ startsWith(runner.os, 'macOS') && runner.python-version == '3.10'}}
run: |
make mypy
report-coverage: # Report coverage from python 3.10 and mac-os. May change later
Expand Down

0 comments on commit e75ca6b

Please sign in to comment.