diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b11fb..e59cd13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Install Python dependencies run: | sudo apt-get update - sudo apt-get install -y python3 python3-pip python3.10-dev build-essential + sudo apt-get install -y python3 python3-pip python3.10-venv build-essential - name: Install dependencies run: yarn