Skip to content

Commit

Permalink
Fixed path to influx binary for copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
simcax committed Oct 31, 2023
1 parent ef9eb79 commit 0e094c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo apt install -y wget
wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.3-linux-amd64.tar.gz
tar xvzf influxdb2-client-2.7.3-linux-amd64.tar.gz
sudo cp influxdb2-client-2.7.3-linux-amd64/influx /usr/local/bin/
sudo cp influx /usr/local/bin/
- name: Get an access token
run: |
influx config create --config-name <config-name> \
Expand Down

0 comments on commit 0e094c0

Please sign in to comment.