Skip to content

Commit

Permalink
Remove system dependency installation step from python-tests-and-publ…
Browse files Browse the repository at this point in the history
…ish.yml
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 06e759a commit 4f7a40c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-tests-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'x64'

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential gcc gfortran pkg-config cmake libopenblas-dev liblapack-dev
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4f7a40c

Please sign in to comment.