diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 210d173..362b1d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v5 with: python-version: ${{ matrix.python-version }} - allow-prereleases: true - name: Install dependencies run: |