Skip to content

Commit

Permalink
add if
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Jun 29, 2024
1 parent 06ba10e commit 5b0ffb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
- name: Install linux dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
- name: Install dependencies
run: |
pip install -r requirements-dev.txt
- name: Run tests and type checking
Expand Down

0 comments on commit 5b0ffb2

Please sign in to comment.