Skip to content

Commit

Permalink
try activating conda env for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Feb 16, 2024
1 parent a9b9676 commit c11f1ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/d4science-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
image: ${{ steps.docker_meta.outputs.tags }}
options: -v ${{ github.workspace }}/${{ matrix.image }}:/image-data
run: |
. /opt/conda/etc/profile.d/conda.sh && conda activate sbd
for f in /image-data/tests/*.ipynb; do
if [ -e "$f" ]; then
jupyter nbconvert --ExecutePreprocessor.timeout=600 --to rst \
Expand Down
1 change: 0 additions & 1 deletion single-user-sobigdata/tests/anon_anti.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"outputs": [],
"source": [
"!. /opt/conda/etc/profile.d/conda.sh && conda activate sbd\n",
"from anonymization.entities.dataset_CSV import Dataset_CSV\n",
"from anonymization.entities.dataset_DataFrame import Dataset_DataFrame\n",
"from anonymization.algorithms.anonymization_scheme import Anonymization_scheme\n",
Expand Down

0 comments on commit c11f1ae

Please sign in to comment.