Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 8, 2023
1 parent 5d5b7a9 commit a48c221
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 @@ -21,7 +21,7 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
dependencies:
pkgs:
# Add numpy and pandas as dependencies
- numpy
- pandas
Expand All @@ -32,6 +32,6 @@ jobs:
# Invoke jobs via workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
workflows:
unit_tests:
unit-tests:
jobs:
- werpy-unit-tests

0 comments on commit a48c221

Please sign in to comment.