Skip to content

Commit

Permalink
Merge pull request #10 from didx-xyz/feat/upgrade-acapy-080
Browse files Browse the repository at this point in the history
Feat/upgrade acapy 080
  • Loading branch information
lohanspies authored Mar 24, 2023
2 parents 00c7084 + 81714ff commit 1eec8bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Install keyring for python
run: sudo apt install gnome-keyring

- name: Set up Python 3.9.4
- name: Set up Python 3.9.12
uses: actions/setup-python@v2
with:
python-version: 3.9.4
python-version: 3.9.12

- name: Set up Poetry
uses: abatilo/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ In order to run the tests, you'll need to install the dependencies first. The ch
### Poetry

```shell
# Uncomment if you don't have poetry installed
# pip install poetry
# Install poetry
pip install poetry==1.4.1

# Activate the environment
poetry shell
Expand Down

0 comments on commit 1eec8bd

Please sign in to comment.