Skip to content

Commit

Permalink
remove poetry cacheing
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent 739277b commit ddf4676
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,10 @@ jobs:
steps:
- uses: actions/checkout@v3

# install poetry to allow cacheing
- name: Install poetry
run: pipx install poetry

- name: Setup Python 3.12.6
uses: actions/setup-python@v5
with:
python-version: 3.12.6
cache: 'poetry'

- name: Install Requirements
run: |
Expand All @@ -51,4 +46,5 @@ jobs:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
run: |
poetry run pytest --numprocesses=auto
source .venv/bin/activate
pytest --numprocesses=auto

0 comments on commit ddf4676

Please sign in to comment.