Skip to content

Commit

Permalink
move default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfilik committed Mar 4, 2024
1 parent d41fcf4 commit f9fda02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:

- name: Install python packages
uses: ./.github/actions/install_requirements
working-directory: xas-standards-api
with:
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

test:
Expand Down

0 comments on commit f9fda02

Please sign in to comment.