Skip to content

Commit

Permalink
coverage fix eof
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Jun 10, 2024
1 parent 1a9c38b commit 025e60a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }} # Checks out the PR branch
fetch-depth: 0 # Necessary to fetch all history for diff

- name: Fetch target branch
run: git fetch origin ${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }}
Expand All @@ -23,6 +20,13 @@ jobs:
echo $(pwd)
echo ${{ github.workspace }}
# fix pyspec dependecy
pip3 install solc-select
solc-select install 0.8.21
solc-select use 0.8.21 --always-install
export SOLC_VERSION=0.8.21
#install pyspec deps from root repo
python3 --version
python3 -m venv ./venv/
Expand Down

0 comments on commit 025e60a

Please sign in to comment.