Skip to content

Commit

Permalink
fixup! Add a 'y' command to copy focused query to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed May 31, 2024
1 parent 5eccc48 commit 31fc6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
sudo locale-gen fr_FR zh_TW.EUC-TW
sudo update-locale
- name: Install dependencies for Pyperclip
run: sudo apt-get -y install --no-install-recommends xclip
run: sudo apt-get -y install --no-install-recommends xsel
- name: Test
run: tox -e py-${{ matrix.psycopg }}
run: DISPLAY=:0 tox -e py-${{ matrix.psycopg }}
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ extras =
psycopg3: psycopg
commands =
pytest {posargs:-vv -ra}
passenv =
DISPLAY
setenv =
psycopg2: _PGACTIVITY_USE_PSYCOPG2=1
usedevelop = true
Expand Down

0 comments on commit 31fc6a4

Please sign in to comment.