diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 63732269..7abc2140 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Setup packages - run: make update-package-versions VERSION=0.0.0 + run: make update-package-versions VERSION=1.2.999 - name: Setup environment run: python3 -m venv env