From c1e7aa2fe060cacaf993accd37c9ad5689354efe Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Mon, 15 Jan 2024 12:53:08 +0100 Subject: [PATCH] test --- .github/workflows/test-influxdb2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-influxdb2.yml b/.github/workflows/test-influxdb2.yml index bfece2d..cd2ec7b 100644 --- a/.github/workflows/test-influxdb2.yml +++ b/.github/workflows/test-influxdb2.yml @@ -26,6 +26,9 @@ jobs: - name: Install dependencies ansible run: | python3 -m pip install --upgrade pip + + - name: Install dependencies 2 + run: python3 -m pip install -r requirements-test.txt - name: Install collection