Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
check gcc version of workflow
  • Loading branch information
LSC2204 committed Sep 11, 2023
1 parent c593fd1 commit 0a70225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
gcc --version
python -m pip install --upgrade pip
pip install pytest
pip install --use-pep517 -e .
Expand Down

0 comments on commit 0a70225

Please sign in to comment.