Skip to content

Commit

Permalink
correcting ci's
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Aug 12, 2024
1 parent 0cfa4fc commit 36505a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/libtomophantom_conda_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- name: Checkout repository code
uses: actions/checkout@v4
with:
ref: "master"
fetch-depth: 0

# setup Python 3.11
- name: Setup Python 3.11
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tomophantom_conda_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- name: Checkout repository code
uses: actions/checkout@v4
with:
ref: "master"
fetch-depth: 0

# setup Python 3.11
- name: Setup Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .scripts/conda_upload_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export CIL_VERSION=3.0.1
$CONDA/bin/conda build conda-recipe_library . -c httomo

# upload packages to conda
find $CONDA_BLD_PATH/$OS -name *.tar.bz2 | while read file
find $CONDA_BLD_PATH/$OS -name *.tar.bz2 | while read -r file
do
echo $file
$CONDA/bin/anaconda -v --show-traceback --token $CONDA_TOKEN upload $file --force
Expand Down

0 comments on commit 36505a8

Please sign in to comment.