Skip to content

Commit

Permalink
[CI] check path (macos)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent 8a7dac5 commit 8649ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- name: Add OpenMP to path (macOS)
if: runner.os == 'macOS'
run: |
echo "$(brew --prefix libomp)/include"
echo "$(brew --prefix libomp)/include" >> $GITHUB_PATH
echo $GITHUB_PATH
- name: Show python info
shell: bash -e {0}
run: |
Expand All @@ -45,7 +47,7 @@ jobs:
shell: bash -e {0}
run: |
python -m pip install -q pytest pylint pytest-pylint pytest-cov codecov pytest-mock pyteomics cython
- name: Install xvfb
- name: Install xvfb (Linux)
shell: bash -e {0}
run: python -m pip install pytest-xvfb
if: runner.os == 'Linux'
Expand Down

0 comments on commit 8649ad1

Please sign in to comment.