Skip to content

Commit

Permalink
CI: Explicitly use InfluxDB 2.0.7
Browse files Browse the repository at this point in the history
When using `influxdb_version: 2.7.2`:

tar (child): influxdb2-2.7.2-linux-amd64.tar.gz: Cannot open: No such file or directory
  • Loading branch information
amotl committed Nov 12, 2023
1 parent b394936 commit f435624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up InfluxDB CLI
uses: influxdata/influxdb-action@v3
with:
influxdb_version: 2.7.2
influxdb_version: 2.0.7
influxdb_start: false

- name: Set up Python
Expand Down

0 comments on commit f435624

Please sign in to comment.