Skip to content

Commit

Permalink
switch to python v 3.10.14
Browse files Browse the repository at this point in the history
* after extensive testing 3.10.15 seems to have a problem right now
* see seung-lab/cloud-volume#636 (comment)
  • Loading branch information
jefferis committed Oct 21, 2024
1 parent ee87302 commit fc6766e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CHUNKEDGRAPH_SECRET: ${{ secrets.CHUNKEDGRAPH_SECRET }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
FLYTABLE_TOKEN: ${{ secrets.FLYTABLE_TOKEN }}
# RETICULATE_MINICONDA_PYTHON_VERSION: "3.10.14"
RETICULATE_MINICONDA_PYTHON_VERSION: "3.10.14"
RGL_USE_NULL: TRUE
_R_CHECK_DONTTEST_EXAMPLES_: FALSE
_R_CHECK_TESTS_NLINES_: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CHUNKEDGRAPH_SECRET: ${{ secrets.CHUNKEDGRAPH_SECRET }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
FLYTABLE_TOKEN: ${{ secrets.FLYTABLE_TOKEN }}
RETICULATE_MINICONDA_PYTHON_VERSION: 3.8
RETICULATE_MINICONDA_PYTHON_VERSION: "3.10.14"
RGL_USE_NULL: TRUE
FLYWIRE_PRINCIPLES: IAGREETOTHEFLYWIREPRINCIPLES
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test-coverage:
runs-on: ubuntu-latest
env:
RETICULATE_MINICONDA_PYTHON_VERSION: "3.10.14"
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CHUNKEDGRAPH_SECRET: ${{ secrets.CHUNKEDGRAPH_SECRET }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit fc6766e

Please sign in to comment.