diff options
author | 2023-01-16 20:49:36 +0000 | |
---|---|---|
committer | 2023-02-27 23:57:52 +0000 | |
commit | e954935660d8a0d9c1bfca9b85013ccb371be559 (patch) | |
tree | 940b4c9392e667b08578e2087b332371d789e43f /.github | |
parent | Don't use the deprecated --without dev in Dockerfile (diff) |
Ensure all deps are installed in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index db7bd6f5..5a05f781 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -18,8 +18,6 @@ jobs: - name: Install Python Dependencies 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 |