Skip to content

Commit

Permalink
ci: Upgrade version of polarion-rest-api-client
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jan 17, 2024
1 parent 6765a88 commit 3a23149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config --global --add url."https://${{ secrets.PAT_GITHUB }}@github".insteadOf https://github
- name: Pre-install private Github dependencies
run: |-
python -m pip install git+https://github.com/DSD-DBS/polarion-rest-api-client.git@v0.2.1
python -m pip install git+https://github.com/DSD-DBS/polarion-rest-api-client.git@v0.3.0
- name: Install test dependencies
run: |-
python -m pip install '.[test]'
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies = [
"capellambse_context_diagrams",
"click",
"PyYAML",
"bidict",
"polarion-rest-api-client==0.2.1"
"polarion-rest-api-client==0.3.0",
"requests",
]

[project.urls]
Expand Down

0 comments on commit 3a23149

Please sign in to comment.