From 696f61292b2a569e686b6c908b145283b4ae0277 Mon Sep 17 00:00:00 2001 From: a-dubs Date: Fri, 31 Jan 2025 14:33:39 -0500 Subject: [PATCH] trying to use canonical/setup-lxd@v0.1.2 and ubuntu 24.04 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8702253b..d75b6eb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - name: Setup LXD uses: canonical/setup-lxd@v0.1.2 - name: Run CI integration tests - run: tox -e integration-tests-ci + run: PYCLOUDLIB_CONFIG="/home/runner/.config/pycloudlib.toml" tox -e integration-tests-ci # run: tox -e integration-tests-ci -- --color=yes # run: | # PYCLOUDLIB_CONFIG="${HOME}/.config/pycloudlib.toml"