Skip to content

Commit

Permalink
debugged circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Richert committed Oct 14, 2022
1 parent 6ea91ac commit baa561c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
cd ..
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: pytest --auto_dir /home/circleci/project/auto-07p pycobi_tests/
- run:
command: |
cd pycobi_tests
pytest --auto_dir /home/circleci/project/auto-07p test_odesystem.py
p37:
docker:
- image: cimg/python:3.7.12
Expand All @@ -44,7 +47,10 @@ jobs:
cd ..
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: pytest --auto_dir /home/circleci/project/auto-07p pycobi_tests/
- run:
command: |
cd pycobi_tests
pytest --auto_dir /home/circleci/project/auto-07p test_odesystem.py
p38:
docker:
- image: cimg/python:3.8.12
Expand All @@ -64,7 +70,10 @@ jobs:
cd ..
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: pytest --auto_dir /home/circleci/project/auto-07p pycobi_tests/
- run:
command: |
cd pycobi_tests
pytest --auto_dir /home/circleci/project/auto-07p test_odesystem.py
p39:
docker:
- image: cimg/python:3.9.10
Expand All @@ -84,7 +93,10 @@ jobs:
cd ..
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: pytest --auto_dir /home/circleci/project/auto-07p pycobi_tests/
- run:
command: |
cd pycobi_tests
pytest --auto_dir /home/circleci/project/auto-07p test_odesystem.py
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
0.7
---

0.7.1
~~~~~

- debugged circle CI config

0.7.0
~~~~~

Expand Down

0 comments on commit baa561c

Please sign in to comment.