Skip to content

Commit

Permalink
Fix yaml comment indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kunikachandra committed Mar 6, 2024
1 parent faa47e4 commit 87a7d94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
# scipy dependencies
# scipy dependencies
sudo apt-get install -y libopenblas-dev

python -m pip install --upgrade pip
pip install build
- name: Build package
Expand Down

0 comments on commit 87a7d94

Please sign in to comment.