Skip to content

Commit

Permalink
Install dependencies and don't run deployment scripts as part of CI t…
Browse files Browse the repository at this point in the history
…ests.
  • Loading branch information
derekpierre committed Sep 26, 2023
1 parent a82cd49 commit 94f7c57
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,11 @@ jobs:
with:
cache: "pip"
python-version: "3.8"
- run: pip install -r requirements.txt
- run: pip install -e . -r requirements.txt

- name: Run Tests
run: ape test

- name: Deploy NuCypher Token
run: ape run scripts/deploy_nucypher_token.py --network ethereum:local

- name: Deploy TACo Application
run: ape run scripts/deploy_taco_application.py --network ethereum:local

- name: Deploy Staking Escrow
run: ape run scripts/deploy_staking_escrow.py --network ethereum:local

- name: Deploy Subscription Manager
run: ape run scripts/deploy_subscription_manager.py --network ethereum:local

linting:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 94f7c57

Please sign in to comment.