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 52d9a96 commit 76bec51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -45,7 +45,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.2
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"capellambse",
"click",
"PyYAML",
"polarion-rest-api-client==0.2.2",
"polarion-rest-api-client==0.3.0",
"requests",
]

Expand Down

0 comments on commit 76bec51

Please sign in to comment.