Skip to content

Commit

Permalink
chore: set channel priority to try fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 2, 2024
1 parent 750d494 commit b605d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Build conda package
conda config --set anaconda_upload no
package_file=$(conda build fds.sdk.utils --output)
conda build fds.sdk.utils
conda build -c conda-forge fds.sdk.utils
anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file}
break
Expand Down

0 comments on commit b605d1a

Please sign in to comment.