Revert "Different nox image"

This reverts commit 74e635a78a.
This commit is contained in:
Akim Mamedov 2023-11-17 22:05:04 +07:00
parent 74e635a78a
commit de96163ad7

View File

@ -43,7 +43,7 @@ jobs:
uses: fluencelabs/aqua/.github/workflows/tests.yml@main
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "fluencelabs/nox:unstable"
nox-image: "fluencelabs/nox:unstable_minimal"
flox:
needs:
- js-client
@ -51,4 +51,4 @@ jobs:
uses: fluencelabs/flox/.github/workflows/tests.yml@main
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "fluencelabs/nox:unstable"
nox-image: "fluencelabs/nox:unstable_minimal"