Skip to content

Commit

Permalink
Removing all actions except if-else
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpjesus authored May 31, 2024
1 parent 8ab4cd1 commit 900f528
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@ jobs:
#- os: ubuntu-latest
# task: regular
# python_version: 3.6
- os: ubuntu-latest
task: sdist
python_version: 3.9
- os: ubuntu-latest
task: bdist
python_version: 3.8
# - os: ubuntu-latest
# task: sdist
# python_version: 3.9
# - os: ubuntu-latest
# task: bdist
# python_version: 3.8
- os: ubuntu-latest
task: if-else
python_version: 3.8
#- os: ubuntu-latest
# task: mpi
# method: source
# python_version: 3.9
- os: ubuntu-latest
task: mpi
method: pip
python_version: 3.7
- os: ubuntu-latest
task: mpi
method: wheel
python_version: 3.7
# - os: ubuntu-latest
# task: mpi
# method: pip
# python_version: 3.7
# - os: ubuntu-latest
# task: mpi
# method: wheel
# python_version: 3.7
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 900f528

Please sign in to comment.