Skip to content

Commit

Permalink
Revert "Update build_tests.yml"
Browse files Browse the repository at this point in the history
This reverts commit f44025a.
  • Loading branch information
Mariosmsk committed May 11, 2024
1 parent f44025a commit 41b0171
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ jobs:

- name: Install dependencies
run: |
if [ "${{ runner.os }}" = "macOS" ]; then
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install flake8 pytest
python${{ matrix.python-version }} -m pip install -r requirements.txt
else
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install -r requirements.txt
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install flake8 pytest
python${{ matrix.python-version }} -m pip install -r requirements.txt
- name: Install libomp on macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit 41b0171

Please sign in to comment.