Skip to content

Commit 72f8e08

Browse files
committed
show python version
1 parent abe5c3f commit 72f8e08

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
run: |
8383
conda activate pymc3-dev-py36
8484
pip install -e .
85+
python --version
8586
- name: Run tests
8687
run: |
8788
conda activate pymc3-dev-py36

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The preferred workflow for contributing to PyMC3 is to fork the [GitHub reposito
4646
4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. The easiest (and recommended) way to set up a development environment is via [miniconda](https://docs.conda.io/en/latest/miniconda.html):
4747

4848
```bash
49-
$ conda env create -f environment-dev.yml
49+
$ conda env create -f conda-envs/environment-dev-py36.yml # or py37 or py38
5050
$ conda activate pymc3-dev
5151
$ pip install -e .
5252
```

environment-dev.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)