We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5080f0d commit d05d2a9Copy full SHA for d05d2a9
.github/workflows/tests.yml
@@ -24,5 +24,7 @@ jobs:
24
run: |
25
sudo locale-gen fr_FR zh_TW.EUC-TW
26
sudo update-locale
27
+ - name: Install dependencies for Pyperclip
28
+ run: sudo apt-get -y install --no-install-recommends xclip
29
- name: Test
30
run: tox -e py-${{ matrix.psycopg }}
0 commit comments