Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c3e6bd4

Browse files
committed
Another attempt to fix Linux CI
1 parent a02f198 commit c3e6bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
gnome-keyring \
4343
libsecret-1-dev \
4444
dbus-x11 \
45-
python-gnomekeyring
45+
python-keyring
4646
if: ${{ matrix.os == 'ubuntu-18.04' }}
4747
name: Install additional dependencies
4848
@@ -69,7 +69,7 @@ jobs:
6969
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --login)
7070
eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start)
7171
echo "Create a test key using script..."
72-
python -c "import gnomekeyring;gnomekeyring.create_sync('login', '');"
72+
python -c "import keyring;keyring.set_password('system', 'login', '');"
7373
npm test
7474
if: ${{ matrix.os == 'ubuntu-18.04' }}
7575
name: Run tests (Linux)

0 commit comments

Comments
 (0)