Skip to content

Commit

Permalink
Add x86 GitHub action flow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Mar 27, 2022
1 parent c88d52c commit 05da31d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

- name: Build
run: |
pip install -U pip wheel coverage coveralls
pip install -U pip
pip install -U wheel coverage coveralls
pip install .
python --version
make coverage
Expand Down

0 comments on commit 05da31d

Please sign in to comment.