Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Jul 30, 2020
1 parent f9b6462 commit fa0cbfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: ${{ matrix.python }}
- name: install omp
run: |
brew install libomp
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit fa0cbfe

Please sign in to comment.