Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Jan 4, 2023
1 parent dee2e37 commit c71f666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
access_token: ${{ github.token }}
- name: Check is main
id: isMain
continue-on-error: true
run: test "${{ github.ref }}" == "refs/heads/master" && test "${{ matrix.os }}" == "macos-12" && test "${{ matrix.python-version }}" == "3.10"
- name: Homebrew installation
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Expand Down

0 comments on commit c71f666

Please sign in to comment.