Skip to content

Commit

Permalink
Prep locales for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 18, 2021
1 parent 55f3970 commit f70c4f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
sudo sh -c 'echo "Pin-Priority: 1000" >> /etc/apt/preferences.d/psql'
sudo apt update
sudo apt install -y postgresql-${{ matrix.postgres-version }} postgresql-client-${{ matrix.postgres-version }}
- name: Check installed locales
run: |
locale -a
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f70c4f2

Please sign in to comment.