Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a750c commit 0705901Copy full SHA for 0705901
.github/workflows/tests.yml
@@ -43,8 +43,7 @@ jobs:
43
python-version: '3.9'
44
- name: Install ${{ matrix.tool.package }}
45
run: |
46
- [ -n "${{ apt_dependencies }}" ] && sudo apt-get update
47
- [ -n "${{ apt_dependencies }}" ] && sudo apt-get install -y ${{ apt_dependencies }}
+ [ -n "${{ matrix.tool.apt_dependencies }}" ] && sudo apt-get update && sudo apt-get install -y ${{ matrix.tool.apt_dependencies }}
48
python -m pip install --upgrade pip setuptools wheel
49
python -m pip install ${{ matrix.tool.package }}
50
- name: Run ${{ matrix.tool.package }}
0 commit comments