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

Commit

Permalink
Replace python-gnomekeyring with python-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Feb 1, 2022
1 parent f824d02 commit 6134719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
gnome-keyring \
libsecret-1-dev \
dbus-x11 \
python-gnomekeyring
python-keyring
if: ${{ matrix.os == 'ubuntu-20.04' }}
name: Install additional dependencies
Expand All @@ -69,7 +69,7 @@ jobs:
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --login)
eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start)
echo "Create a test key using script..."
python -c "import gnomekeyring;gnomekeyring.create_sync('login', '');"
python -c "import keyring;keyring.set_password('system', 'login', '');"
npm test
if: ${{ matrix.os == 'ubuntu-20.04' }}
name: Run tests (Linux)
Expand Down

0 comments on commit 6134719

Please sign in to comment.