Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
Separate non-moco builds on windows
  • Loading branch information
aymanhab authored Dec 2, 2023
1 parent 58da129 commit 52b45c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Conda build
run: |
chdir $env:GITHUB_WORKSPACE
chdir $env:GITHUB_WORKSPACE/opensim
conda build . --python=3.10
- name: upload artifact
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Conda build
run: |
chdir $env:GITHUB_WORKSPACE
chdir $env:GITHUB_WORKSPACE/opensim
conda build . --python=3.11
- name: upload artifact
Expand Down

0 comments on commit 52b45c1

Please sign in to comment.