Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcoin98 committed Nov 21, 2023
1 parent 32786c8 commit ae7b40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet_teleport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '10.6'
- name: Install package
run: |
mkdir build && mkdir build/contracts && cp abis/*json build/contracts && npm ci --no-audit
mkdir build && mkdir build/contracts && cp abis/*json build/contracts && npm ci --python=python2.7 --no-audit
- name: Build
run: npm run build
Expand Down

0 comments on commit ae7b40e

Please sign in to comment.