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

Commit 5856bb4

Browse files
committed
Another attempt to fix Linux CI
1 parent a1600e6 commit 5856bb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
gnome-keyring \
4343
libsecret-1-dev \
4444
dbus-x11 \
45-
python3-venv \
4645
python3-dev
4746
if: ${{ matrix.os == 'ubuntu-20.04' }}
4847
name: Install additional dependencies
@@ -63,10 +62,10 @@ jobs:
6362
name: Build native module from source
6463

6564
- run: |
66-
python3 -m venv venv
67-
source venv/bin/activate
65+
echo "Install keyring..."
6866
pip3 install --upgrade pip
6967
pip3 install keyring
68+
echo "Prepare D-Bus session..."
7069
eval $(dbus-launch --sh-syntax);
7170
eval $(echo 'somecredstorepass' | gnome-keyring-daemon --unlock)
7271
echo "Create a test key using script..."

0 commit comments

Comments
 (0)