Skip to content

Commit

Permalink
ci: fix pypi_publish (#79)
Browse files Browse the repository at this point in the history
* fix ci

* fix ci

* fix

* fix ci
  • Loading branch information
zhongtianq committed Aug 1, 2024
1 parent c0414d0 commit 13b13e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
command: |
source /root/miniconda3/etc/profile.d/conda.sh
source /root/.bashrc
export PATH="/root/.local/bin:$PATH"
which protoc
conda create -n build python=<< parameters.python_ver >> -y
conda activate build
Expand Down

0 comments on commit 13b13e0

Please sign in to comment.