Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0705901

Browse files
committed
oops
1 parent 42a750c commit 0705901

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
python-version: '3.9'
4444
- name: Install ${{ matrix.tool.package }}
4545
run: |
46-
[ -n "${{ apt_dependencies }}" ] && sudo apt-get update
47-
[ -n "${{ apt_dependencies }}" ] && sudo apt-get install -y ${{ apt_dependencies }}
46+
[ -n "${{ matrix.tool.apt_dependencies }}" ] && sudo apt-get update && sudo apt-get install -y ${{ matrix.tool.apt_dependencies }}
4847
python -m pip install --upgrade pip setuptools wheel
4948
python -m pip install ${{ matrix.tool.package }}
5049
- name: Run ${{ matrix.tool.package }}

0 commit comments

Comments
 (0)