commit | 4e1e0da83781fe0b69fddb12866bbfb9a8950e9c | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@users.noreply.github.com> | Thu Dec 29 01:08:46 2022 +1100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Dec 28 10:58:20 2022 -0500 |
tree | 60e717163fcdfdc360ccaab5e88ab26a37994b3b | |
parent | 085b96d83b4f9d63efbc29aa0befb0972ffa65ed [diff] |
Install all extra deps in molecule task
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7a57f0..2a67153 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -91,7 +91,7 @@ cache: poetry - name: Install dependencies - run: poetry install --no-interaction + run: poetry install --no-interaction --all-extras # TODO(mnaser): Move this out to "cleanup" stage - name: Set up Go