Fix: version needed updating in pipelines (#623)

This commit is contained in:
cybermaggedon 2026-01-27 15:42:01 +00:00 committed by GitHub
parent cf0daedefa
commit 23cc4dfdd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup packages - name: Setup packages
run: make update-package-versions VERSION=1.9.999 run: make update-package-versions VERSION=2.0.999
- name: Setup environment - name: Setup environment
run: python3 -m venv env run: python3 -m venv env