Skip to content

Commit

Permalink
Reorder steps
Browse files Browse the repository at this point in the history
  • Loading branch information
basilib committed Dec 20, 2024
1 parent 4ab85a2 commit e855573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install GCC, GFortran, and OpenBLAS
run: |
apt-get update
apt-get install -y gfortran libopenblas-dev
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
- name: Install GCC, GFortran, and OpenBLAS
run: |
apt update
apt install -y gfortran libopenblas-dev
- name: Install Vayesta along with dependencies
run: |
python -m pip install wheel --user
Expand Down

0 comments on commit e855573

Please sign in to comment.