Skip to content

Commit

Permalink
trying to fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-arte committed Jan 17, 2025
1 parent 400a386 commit d4d99b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ jobs:
- name: Install gnome-keyring
run: sudo apt-get install gnome-keyring

- name: Install python 3.9
run: sudo apt-get install python3.9

- name: Install poetry
run: pip install --user poetry

- name: Set Python 3.9 as the version to use
run: poetry env use $(which python3.9)

- name: Install dependencies
run: poetry install --no-root

Expand Down

0 comments on commit d4d99b1

Please sign in to comment.