Skip to content

Commit

Permalink
Try to fix python and bioconductor smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtitle committed Jul 4, 2024
1 parent ba41fe8 commit 66b6e3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion terra-jupyter-bioconductor/tests/smoke_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@
},
"outputs": [],
"source": [
"library(XML)"
"# Error in value[[3L]](cond): Package ‘XML’ version 3.99.0.16.1 cannot be unloaded:\n",
"# Error in unloadNamespace(package) : namespace ‘XML’ is imported by ‘rtracklayer’, ‘restfulr’ so cannot be unloaded\n",
"#library(XML)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-python/tests/smoke_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install pendulum==2.1.2"
"%pip install pendulum==2.1.2 --user --ignore-installed"
]
},
{
Expand Down

0 comments on commit 66b6e3a

Please sign in to comment.