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