diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 0a383a0..237e56d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -34,6 +34,11 @@ jobs: - name: Check out Git repository uses: actions/checkout@v1 + - name: Choose Python 3.11 + uses: actions/setup-python@v4 + with: + python-version: '3.11' + - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: