From 2b6e3f116804e4a5c5280d1140c546bc800882b3 Mon Sep 17 00:00:00 2001 From: Jacob Filik Date: Mon, 4 Mar 2024 09:14:09 +0000 Subject: [PATCH] change working dir again --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 6b0dc09..18cb4ea 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -24,8 +24,8 @@ jobs: - name: Install python packages uses: ./.github/actions/install_requirements - working-directory: xas-standards-api with: + working-directory: xas-standards-api requirements_file: requirements-dev-3.x.txt install_options: -e .[dev] artifact_name: lint