Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Aug 6, 2024
1 parent 4f897e1 commit e423b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
# pip-dependency-file: test-requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements.
- run:
name: Install pytim
command: pip install -r requirements.txt -r requirements.testing.txt -e .
command: pip install --upgrade -r requirements.txt -r requirements.testing.txt -e .
- run:
name: Run tests
command: python setup.py test
command: pytest pytim/*py pytim/observables/*py pytim/datafiles/*py --doctest-modules
# - run:
#name: Coverage
# # This assumes pytest is installed via the install-package step above
Expand Down

0 comments on commit e423b91

Please sign in to comment.