Skip to content

Commit

Permalink
Update version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed May 8, 2024
1 parent 820a742 commit f53c316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: pip install .
working-directory: Polypheny-Prism-API
env:
version: 1.2
VERSION: 1.2

- name: Install driver dependencies
run: pip install -r requirements.txt
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
run: pip install .
working-directory: Polypheny-Prism-API
env:
version: 1.2
VERSION: 1.2

- name: Install driver dependencies
run: pip install -r requirements.txt
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
run: pip install .
working-directory: Polypheny-Prism-API
env:
version: 1.2
VERSION: 1.2

- name: Install driver dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit f53c316

Please sign in to comment.