Skip to content

Commit

Permalink
deindent
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 17, 2024
1 parent 9333389 commit 0047f04
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: rcareworld
python-version: "3.10"
- name: Install dependencies
- run: |
cd RCareWorld/pyrcareworld
pip install -r requirements.txt
pip install -e .
pip uninstall numpy
conda install numpy
- name: Verify that installation works
run: |
cd RCareWorld/template
python test_bathing.py
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: rcareworld
python-version: "3.10"
- name: Install dependencies
- run: |
cd RCareWorld/pyrcareworld
pip install -r requirements.txt
pip install -e .
pip uninstall numpy
conda install numpy
- name: Verify that installation works
run: |
cd RCareWorld/template
python test_bathing.py

0 comments on commit 0047f04

Please sign in to comment.