From 8829769643351efd162718149dd94cb5f8769226 Mon Sep 17 00:00:00 2001 From: Jacob Filik Date: Mon, 4 Mar 2024 09:22:50 +0000 Subject: [PATCH] try hardcoding --- .github/workflows/code.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 18cb4ea..232cf81 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -25,14 +25,13 @@ jobs: - name: Install python packages uses: ./.github/actions/install_requirements with: - working-directory: xas-standards-api requirements_file: requirements-dev-3.x.txt install_options: -e .[dev] artifact_name: lint - name: Lint working-directory: xas-standards-api - run: tox -e pre-commit,mypy + run: tox -e pre-commit,mypy ./xas-standards-api test: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository