Skip to content

Commit

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

0 comments on commit 4f01aaf

Please sign in to comment.