Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 24, 2024
1 parent 591e943 commit 76cc380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -32,11 +32,11 @@ jobs:

- name: Install required packages
run: |
sudo apt-get install -y gnome-keyring libsodium23 pass
sudo apt-get install -y gnome-keyring libsodium23 pass python3-setuptools
- name: Install python dependencies
run: |
pip3 install --upgrade setuptools
pip3 install --upgrade pip
pip3 install --upgrade green coverage \
codacy-coverage pyaml defusedxml cryptography pykeepass secretstorage
zxcvbn jsonpath-ng ${{ matrix.magic }}
Expand Down

0 comments on commit 76cc380

Please sign in to comment.