Skip to content

Commit

Permalink
windows???
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 committed Oct 29, 2024
1 parent 63ffe35 commit bb31565
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2706,13 +2706,6 @@ jobs:
command: |
$version = & bash ./version.sh
setx VERSION $version
$version
$VERSION
- run:
name: Set VERSION environment variable
command: |
$version
$VERSION
- unless:
condition:
equal: [ win/default, << parameters.executor-name >> ]
Expand All @@ -2726,7 +2719,16 @@ jobs:
- run: python -m pip install --upgrade --user pip
- run: pip install wheel setuptools build
- run: cd harness; python -m build --wheel --outdir ../build
- run: pip install --find-links build determined==${VERSION}
- when:
condition:
equal: [ win/default, << parameters.executor-name >> ]
steps:
- run: pip install --find-links build determined==$env:VERSION
- unless:
condition:
equal: [ win/default, << parameters.executor-name >> ]
steps:
- run: pip install --find-links build determined==${VERSION}
- run: pip freeze --all
# Allow this to fail, but it is useful for debugging.
- run: sh -c "pip check || true"
Expand Down

0 comments on commit bb31565

Please sign in to comment.