Skip to content

Commit

Permalink
Bump pgspot to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Aug 6, 2024
1 parent 70da05d commit b506c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pgspot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:

steps:

- name: Setup python 3.10
- name: Setup python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Checkout timescaledb
uses: actions/checkout@v4

- name: Install pgspot
run: |
python -m pip install pgspot==0.7.1
python -m pip install pgspot==0.8.0
- name: Build timescaledb sqlfiles
run: |
Expand Down

0 comments on commit b506c45

Please sign in to comment.