Skip to content

Commit

Permalink
updated install component
Browse files Browse the repository at this point in the history
  • Loading branch information
bslathafe committed Dec 20, 2024
1 parent 04f6eb8 commit 01b8e8c
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions components/git-remote-s3-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,7 @@ schemaVersion: 1.0
phases:
- name: build
steps:
- name: python_env
channels:
- defaults
dependencies:
- python>~3.9
- pip
- numpy
- pip:
- some-pip-package

- name: UpdatePip
action: ExecutePowerShell
onFailure: Abort
timeoutSeconds: 600
inputs:
commands:
- |-
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue'
python -m pip install --upgrade pip
- name: installgit-remote-s3
- name: Install-Git-Remote-s3
action: ExecutePowerShell
onFailure: Abort
timeoutSeconds: 600
Expand All @@ -50,4 +29,4 @@ phases:
- |-
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue'
pip install git-remote-s3
pip install git-remote-s3

0 comments on commit 01b8e8c

Please sign in to comment.