Skip to content

Commit

Permalink
Add git
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 31, 2023
1 parent 9856260 commit 940d765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_blas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ jobs:
container: opensuse/tumbleweed
name: "OpenSUSE Netlib BLAS/LAPACK"
steps:
- name: Install system dependencies
run: |
zypper install git gcc python3 lapack pkg-config -y
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
fetch-depth: 0

- name: Install system dependencies
run: |
zypper install -v gcc python3 lapack pkg-config -y
- name: Install PyPI dependencies
run: |
pip install -r build_requirements.txt
Expand Down

0 comments on commit 940d765

Please sign in to comment.