Skip to content

Commit

Permalink
ci: disable pwdsphinx test for now (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jul 28, 2023
1 parent 47cf98d commit ac5f355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Install python dependencies
run: |
sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libequihash.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libsphinx.so
sudo ldconfig
# sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libequihash.so
# sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libsphinx.so
# sudo ldconfig
pip3 install -U setuptools
pip3 install green coverage codacy-coverage pyaml defusedxml cryptography pykeepass secretstorage ${{ matrix.magic }}
Expand All @@ -49,7 +49,7 @@ jobs:
mkdir -p ~/.local/share/keyrings/
cp tests/assets/db/gnome-keyring.keyring ~/.local/share/keyrings/pass-import.keyring
cp tests/assets/db/sphinx.cfg ~/.sphinxrc
sphinx init
# sphinx init
- name: Run the tests
run: dbus-run-session -- make tests

0 comments on commit ac5f355

Please sign in to comment.