Skip to content

Commit

Permalink
fix: use pypi published package instead of test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Mar 12, 2024
1 parent 0ff0c8f commit c444ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ function createVirtualEnvUbuntu(path) {
}

function installOperatePackageUnix(path) {
runCmdUnix(
return runCmdUnix(
`${path}/venv/bin/python3.10`,
['-m', 'pip', 'install', '--index-url', 'https://test.pypi.org/simple/', '--extra-index-url', 'https://pypi.org/simple/', 'operate==0.1.1']
['-m', 'pip', 'install', 'olas-operate-middleware==0.1.0rc0']
)
}

Expand Down

0 comments on commit c444ac5

Please sign in to comment.