Skip to content

Commit

Permalink
ci: Try to fix a weird poetry problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Potapkin committed Apr 12, 2022
1 parent 4872062 commit a828dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test_target() {
cd "production/${TARGET}"
poetry install -v
poetry run tox -c "." -- --apikey="$API_KEY" --infura-id="$INFURA_ID"
rm -rf $HOME/.cache/pypoetry/artifacts/*
cd -
}

Expand Down

0 comments on commit a828dc1

Please sign in to comment.