Skip to content

Commit d05d2a9

Browse files
committed
fixup! Add a 'y' command to copy focused query to clipboard
1 parent 5080f0d commit d05d2a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: |
2525
sudo locale-gen fr_FR zh_TW.EUC-TW
2626
sudo update-locale
27+
- name: Install dependencies for Pyperclip
28+
run: sudo apt-get -y install --no-install-recommends xclip
2729
- name: Test
2830
run: tox -e py-${{ matrix.psycopg }}

0 commit comments

Comments
 (0)