use setup-python
Some checks failed
Test / Run unit tests (pull_request) Successful in 18m58s
Test / Run integration tests (pull_request) Failing after 39m25s

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

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.8'
- name: Run tests
working-directory: ./system-tests
run: |