From b6b111755a961a6edc5a392767aea3a168d58d1c Mon Sep 17 00:00:00 2001 From: Divyashree Sreepathihalli Date: Sat, 18 Nov 2023 09:34:55 -0800 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index cbb52334d4..c2bab34a3f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -71,7 +71,7 @@ jobs: ${{ runner.os }}-pip- - name: Install dependencies run: | - pip install -r reqirements.txt + pip install -r requirements.txt pip install -e ".[tests]" --progress-bar off --upgrade - name: Test with pytest env: @@ -124,4 +124,4 @@ jobs: source: '.' extensions: 'h,c,cpp,hpp,cc' clangFormatVersion: 14 - style: google \ No newline at end of file + style: google