Skip to content

Commit 87292ec

Browse files
Update run_tests.yml
1 parent 4b154c4 commit 87292ec

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/run_tests.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
14-
- name: Set up Python 3.11
1514
with:
1615
python-version: '3.11'
17-
- name: Add conda to system path
18-
run: |
16+
- run: |
1917
# $CONDA is an environment variable pointing to the root of the miniconda directory
2018
echo $CONDA/bin >> $GITHUB_PATH
21-
- name: Install dependencies
22-
run: |
19+
- run: |
2320
conda env update --file environment.yml --name base
2421
python -m pip install colossus pixell camb
2522
python -m pip install .
26-
- name: Test with pytest
27-
run: |
23+
- run: |
2824
conda install pytest
2925
pytest

0 commit comments

Comments
 (0)