Skip to content

Commit

Permalink
updated action version
Browse files Browse the repository at this point in the history
  • Loading branch information
technocreep committed Oct 22, 2024
1 parent 83dd602 commit 6899464
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9, '3.10' ]
python-version: [ 3.9 ]

steps:
- uses: actions/checkout@v2
- name: ------------Set up Python ${{ matrix.python-version }}------------
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: ------------Install OpenMPI (Linux only)------------
run: |
sudo apt-get update
sudo apt-get install -y openmpi-bin libopenmpi-dev

- name: ------------Build package------------
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6899464

Please sign in to comment.