We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b154c4 commit 87292ecCopy full SHA for 87292ec
.github/workflows/run_tests.yml
@@ -11,19 +11,15 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v5
14
- - name: Set up Python 3.11
15
with:
16
python-version: '3.11'
17
- - name: Add conda to system path
18
- run: |
+ - run: |
19
# $CONDA is an environment variable pointing to the root of the miniconda directory
20
echo $CONDA/bin >> $GITHUB_PATH
21
- - name: Install dependencies
22
23
conda env update --file environment.yml --name base
24
python -m pip install colossus pixell camb
25
python -m pip install .
26
- - name: Test with pytest
27
28
conda install pytest
29
pytest
0 commit comments