diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb735db..b7afbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: "Install hatch" - run: "pip install hatch \"click<8.3.0\"" + run: "pip install hatch \"virtualenv<21.0.0\"" - name: "Run tests" run: "hatch -v run test.py$(echo ${{ matrix.python-version }} | tr -d '.'):pytest" @@ -40,7 +40,7 @@ jobs: with: python-version: 3.12 - name: "Install hatch" - run: "pip install hatch \"click<8.3.0\"" + run: "pip install hatch" - name: "Build package" run: "hatch run build:all" - name: "Ensure package has been built" @@ -61,7 +61,7 @@ jobs: ruby-version: "3.3" bundler-cache: true - name: "Install hatch" - run: "pip install hatch \"click<8.3.0\"" + run: "pip install hatch" - name: "Init Git submodules" run: "git submodule init" - name: "Update Git submodules" @@ -78,7 +78,7 @@ jobs: with: python-version: 3.12 - name: "Install hatch" - run: "pip install hatch \"click<8.3.0\"" + run: "pip install hatch" - name: "Run style linter" run: "hatch -v run lint:style" @@ -91,7 +91,7 @@ jobs: with: python-version: 3.12 - name: "Install hatch" - run: "pip install hatch \"click<8.3.0\"" + run: "pip install hatch" - name: "Run typing linter" run: "hatch -v run lint:typing"