Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into CLIENT-3117-replace-no…
Browse files Browse the repository at this point in the history
…de-same-name
  • Loading branch information
juliannguyen4 committed Sep 16, 2024
2 parents 41e72b6 + 25ac489 commit 52a2f32
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 @@ -422,7 +422,7 @@ jobs:
python-version: ${{ env.LOWEST_SUPPORTED_PY_VERSION }}
architecture: 'x64'
- name: Download aerolab
run: wget https://github.com/aerospike/aerolab/releases/download/7.6.0-7b5bbde/aerolab-linux-amd64-7.6.0.deb
run: wget https://github.com/aerospike/aerolab/releases/download/7.5.2/aerolab-linux-amd64-7.5.2.deb
- name: Install aerolab
run: sudo dpkg -i *.deb
- name: Tell aerolab to use Docker
Expand Down

0 comments on commit 52a2f32

Please sign in to comment.