Skip to content

Commit

Permalink
Fixed GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jan 21, 2024
1 parent 04ea1fe commit d418d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
run: |
pip install -U pip
pip install wheel
python setup.py sdist
pip install dist/*
make build
pip install dist/*.whl
rm -r dist
mv eventsourcing/tests eventsourcing_tests
rm -r eventsourcing
Expand Down

0 comments on commit d418d99

Please sign in to comment.