use setup-python
All checks were successful
Test / Run unit tests (pull_request) Successful in 18m5s
Test / Run integration tests (pull_request) Successful in 35m27s

This commit is contained in:
Roy Crihfield 2023-09-20 01:47:06 +08:00
parent c54b3b0e39
commit 7d223d9c0b

View File

@ -80,9 +80,9 @@ jobs:
LACONIC_SO: ../laconic-so
run: ./scripts/integration-setup.sh
- name: Install Python
env:
DEBIAN_FRONTEND: noninteractive
run: apt-get update && apt-get install -y python3-pip
uses: actions/setup-python@v4
with:
python-version: 3.10
- name: Run tests
working-directory: ./system-tests
run: |