Skip to content

Commit

Permalink
CI: Don't run poetry update
Browse files Browse the repository at this point in the history
This causes `poetry` to regenerate the `poetry.lock` file with newer versions
of dependencies, which defeats the point of checking in the lock file in the
first place.
  • Loading branch information
RyanGlScott committed Nov 2, 2023
1 parent 4ece8d8 commit b17f002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion saw-remote-api/scripts/run_rpc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function run_test {
}

echo "Setting up python environment for remote server clients..."
poetry update
poetry install

echo "Typechecking code with mypy..."
Expand Down

0 comments on commit b17f002

Please sign in to comment.