Skip to content

Commit

Permalink
Merge pull request #40 from eXascaleInfolab/naterq_pm_corrections
Browse files Browse the repository at this point in the history
naterq pm corrections
  • Loading branch information
qnater authored Jan 9, 2025
2 parents 1375661 + 056390e commit 8209dd5
Show file tree
Hide file tree
Showing 704 changed files with 119,837 additions and 3,809 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.10 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_10_13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.10.13 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10.13'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.11 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_11_5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.11.5 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11.5'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.12 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_12_6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.12.6 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.6'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
35 changes: 35 additions & 0 deletions .github/workflows/pytest_pipeline_3_12_8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: VERSIONING 3.12.8 - Pipeline

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.6'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: |
python -m pytest ./tests/test_pipeline.py
Loading

0 comments on commit 8209dd5

Please sign in to comment.