Skip to content

Commit

Permalink
1.g upload wrappers integration alpha alg
Browse files Browse the repository at this point in the history
  • Loading branch information
qnater committed Jan 20, 2025
1 parent 3655a8a commit 572aa09
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest_imputation_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libmlpack-dev libopenblas-dev python3-dev build-essential
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy pytest
- name: Run pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_imputation_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libmlpack-dev libopenblas-dev python3-dev build-essential
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy pytest
- name: Run pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_loading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_optimization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_10_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_11_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_12_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_pipeline_3_12_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install python3-dev build-essential
pip install --upgrade google protobuf
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_shap_explainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install libopenblas-dev
sudo apt-get install python3-dev build-essential
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install mypy
pip install pytest
Expand Down
20 changes: 16 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
torch-geometric==2.6.1
torch-cluster==1.6.3

0 comments on commit 572aa09

Please sign in to comment.