Skip to content

Commit

Permalink
add six dep for updatezinfo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 2, 2023
1 parent ca50f3e commit ff8da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install -U tox
run: python -m pip install -U tox six
- name: Install zic (Windows)
run: |
curl https://get.enterprisedb.com/postgresql/postgresql-9.5.21-2-windows-x64-binaries.zip --output $env:GITHUB_WORKSPACE\postgresql9.5.21.zip
Expand Down

0 comments on commit ff8da76

Please sign in to comment.