|
11 | 11 | strategy: |
12 | 12 | matrix: |
13 | 13 | os: [ubuntu-latest, macos-latest, windows-latest] |
14 | | - python-version: ["3.10", "3.11"] |
| 14 | + python-version: ["3.10", "3.11", "3.12"] |
15 | 15 |
|
16 | 16 | runs-on: ${{ matrix.os }} |
17 | 17 |
|
@@ -41,29 +41,29 @@ jobs: |
41 | 41 | pip install torch_geometric |
42 | 42 | shell: bash |
43 | 43 |
|
44 | | - - name: Install R |
45 | | - uses: r-lib/actions/setup-r@v2 |
46 | | - with: |
47 | | - r-version: "latest" |
| 44 | + # - name: Install R |
| 45 | + # uses: r-lib/actions/setup-r@v2 |
| 46 | + # with: |
| 47 | + # r-version: "latest" |
48 | 48 |
|
49 | | - - name: Install R packages |
50 | | - run: | |
51 | | - Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager', repos='https://cran.r-project.org')" |
52 | | - Rscript -e "install.packages(c('dplyr', 'jsonlite'), repos='https://cran.r-project.org')" |
53 | | - Rscript -e "BiocManager::install(c('impute', 'preprocessCore', 'GO.db', 'AnnotationDbi'), update=FALSE, ask=FALSE)" |
54 | | - Rscript -e "install.packages('SmCCNet', repos='https://cran.r-project.org')" |
55 | | - Rscript -e "install.packages('WGCNA', repos='https://cran.r-project.org')" |
56 | | - shell: bash |
| 49 | + # - name: Install R packages |
| 50 | + # run: | |
| 51 | + # Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager', repos='https://cran.r-project.org')" |
| 52 | + # Rscript -e "install.packages(c('dplyr', 'jsonlite'), repos='https://cran.r-project.org')" |
| 53 | + # Rscript -e "BiocManager::install(c('impute', 'preprocessCore', 'GO.db', 'AnnotationDbi'), update=FALSE, ask=FALSE)" |
| 54 | + # Rscript -e "install.packages('SmCCNet', repos='https://cran.r-project.org')" |
| 55 | + # Rscript -e "install.packages('WGCNA', repos='https://cran.r-project.org')" |
| 56 | + # shell: bash |
57 | 57 |
|
58 | | - - name: Run tests with pytest |
59 | | - run: | |
60 | | - find . -name ".coverage*" -delete |
61 | | - pytest --cov=bioneuralnet --cov-report=xml tests/ |
| 58 | + # - name: Run tests with pytest |
| 59 | + # run: | |
| 60 | + # find . -name ".coverage*" -delete |
| 61 | + # pytest --cov=bioneuralnet --cov-report=xml tests/ |
62 | 62 |
|
63 | | - - name: Upload coverage to Codecov |
64 | | - uses: codecov/codecov-action@v3 |
65 | | - with: |
66 | | - token: ${{ secrets.CODECOV_TOKEN }} |
67 | | - files: ./coverage.xml |
68 | | - flags: unittests |
69 | | - name: codecov-umbrella |
| 63 | + # - name: Upload coverage to Codecov |
| 64 | + # uses: codecov/codecov-action@v3 |
| 65 | + # with: |
| 66 | + # token: ${{ secrets.CODECOV_TOKEN }} |
| 67 | + # files: ./coverage.xml |
| 68 | + # flags: unittests |
| 69 | + # name: codecov-umbrella |
0 commit comments