From a48c221d5c6d324042bea34b0d101e344069b875 Mon Sep 17 00:00:00 2001 From: Ross Armstrong <52817125+rossarmstrong@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:22:27 +1100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34d67dd..8505e0f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: - checkout - python/install-packages: pkg-manager: pip - dependencies: + pkgs: # Add numpy and pandas as dependencies - numpy - pandas @@ -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