Skip to content

Commit

Permalink
try hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfilik committed Mar 4, 2024
1 parent 2b6e3f1 commit 8829769
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8829769

Please sign in to comment.