Skip to content

Commit

Permalink
Enable poplar/popart environment in code_quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimypbr committed Jul 14, 2023
1 parent c7a4a40 commit 7ea1e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
run: |
source code_quality_venv/bin/activate
pip install --upgrade pip
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
. ${SDK_PATH}/poplar-ubuntu_20_04*/enable.sh
. ${SDK_PATH}/popart-ubuntu_20_04*/enable.sh
pip install .[quality]
- name: Check style with black
run: |
Expand Down

0 comments on commit 7ea1e7e

Please sign in to comment.