Skip to content

Commit

Permalink
dev ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Fabbri committed Nov 4, 2022
1 parent dcfdeb8 commit 862c128
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,17 @@ jobs:
- name: iblrig unit tests
shell: pwsh -l {0}
run: |
echo "------ start info ------"
conda info
conda env list
python --version
echo "------ end info ------"
python -m unittest discover
cd test_iblrig
python -m unittest test_adaptive.py
python -m unittest test_alyx.py
python -m unittest test_ibllib_imports.py
python -m unittest test_params.py
python -m unittest test_path_helper.py
python -m unittest test_pybpod_config.py
# python -m unittest test_scripts.py
python -m unittest test_start_pybpod.py
python -m unittest test_task.py
# python -m unittest discover
- name: Generate requirements_frozen.txt
shell: pwsh -l {0}
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ conda activate ibllib
pip install ibllib
```

NOTE: ONE will need to be configured for your use case. Please review the ONE [documentation](https://int-brain-lab.github.io/ONE/) for specifics on how to accomplish this. Then run the following command or something similar for your specific setup: `python -c "from one.api import ONE; ONE()"`
NOTE: ONE will need to be configured for your use case. Please review the ONE
[documentation](https://int-brain-lab.github.io/ONE/) for specifics on how to accomplish this. Then run the following command or
something similar for your specific setup: `python -c "from one.api import ONE; ONE()"`

### Running pybpod
To run pybpod and begin data acquisition:
Expand All @@ -63,7 +65,7 @@ categorization of an experiment and cleanly define what projects and procedures
the tasks listed in the `add_ex_desc_gui_to_tasks` script, run the following commands from the **Anaconda Powershell Prompt**:
```powershell
conda activate iblrig
git clone -b develop https://github.com/int-brain-lab/iblscripts C:\iblscripts
git clone https://github.com/int-brain-lab/iblscripts C:\iblscripts
pip install -r C:\iblscripts\deploy\project_procedure_gui\pp_requirements.txt
```

Expand Down

0 comments on commit 862c128

Please sign in to comment.