Skip to content

Commit

Permalink
chore: test out all paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent f3eaa82 commit 4057265
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,19 @@ jobs:
conda config --set anaconda_upload no
package_file=$(conda build fds.sdk.utils --output)
cd /home/runner/miniconda3/envs/conda-env/conda-bld/noarch/.cache
cd /home/runner/miniconda3/envs/conda-env/conda-bld/noarch
ls -la
echo "#####"
cd /home/runner/miniconda3/envs/conda-env/conda-bld
ls -la
echo "#####"
cd /home/runner/miniconda3/envs/conda-env
ls -la
echo "#####"
cd /home/runner/miniconda3/envs
ls -la
echo "#####"
cd /home/runner/miniconda
ls -la
echo "#####"
cd /home/runner/work/enterprise-sdk-utils-python/enterprise-sdk-utils-python/fds.sdk.utils
Expand Down

0 comments on commit 4057265

Please sign in to comment.