diff options
author | 2023-01-16 19:48:39 +0000 | |
---|---|---|
committer | 2023-01-16 20:30:08 +0000 | |
commit | 3fb0d968e4f5febd80efdb5f28138ea39ea796aa (patch) | |
tree | f325d6e71eb1521bae6ffe5dbe5b8efef7bd1f1b /.github | |
parent | Bump HassanAbouelela/actions from setup-python_v1.3.1 to 1.4.0 (diff) |
Ensure dev reqs are installed in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 02a77c6e..4f262a85 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -19,6 +19,7 @@ jobs: uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 with: dev: true + install_args: "--with dev" python_version: '3.10' # Start the database early to give it a chance to get ready before |