Skip to content

Commit

Permalink
Add shell argument
Browse files Browse the repository at this point in the history
  • Loading branch information
yaugenst committed Nov 19, 2023
1 parent d779b20 commit a405664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
pull_request:

jobs:
build-and-test:
name: Test on ${{ matrix.platform }}
build:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
Expand All @@ -31,6 +30,7 @@ jobs:
else
echo "dir=~/.cache/pip" >> $GITHUB_OUTPUT
fi
shell: bash

- name: Cache pip dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit a405664

Please sign in to comment.