Skip to content

Commit

Permalink
reverting to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nadineloepfe committed Nov 26, 2024
1 parent 5a52da8 commit a530482
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install your package
run: pip install -e .

- name: Prepare Hedera Solo
id: solo
uses: OpenElements/[email protected]
Expand All @@ -35,10 +32,13 @@ jobs:
echo "OPERATOR_KEY=${{ steps.solo.outputs.privateKey }}"
echo "PUBLIC_KEY=${{ steps.solo.outputs.publicKey }}"
- name: Install your package
run: pip install -e .

- name: Run tests
env:
OPERATOR_ID: ${{ steps.solo.outputs.accountId }}
OPERATOR_KEY: ${{ steps.solo.outputs.privateKey }}
PUBLIC_KEY: ${{ steps.solo.outputs.publicKey }}
run: python test.py

NETWORK:
run: python test.py
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ def main():
transfer_token(client, recipient_id, token_id)

if __name__ == "__main__":
main()
main()

0 comments on commit a530482

Please sign in to comment.