Skip to content

Commit

Permalink
Update release-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 12, 2023
1 parent 39c93b0 commit 5f8c069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
- run:
name: "build package and publish"
command: |
conda update -n base -c defaults conda -y
conda create -n build python=<< parameters.python_ver >> -y
conda activate build
Expand All @@ -129,7 +128,6 @@ jobs:
- run:
name: "build package and publish"
command: |
conda update -n base -c defaults conda -y
conda create -n build python=<< parameters.python_ver >> -y
conda activate build
Expand Down

0 comments on commit 5f8c069

Please sign in to comment.