Skip to content

Commit 1a983ce

Browse files
authored
Unpin TestRail CLI (#4565)
gurock/trcli#266 has been resolved. Unpinning TestRail CLI. ### QA Notes All smoke tests pass.
1 parent f37f4f5 commit 1a983ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/positron-full-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
curl https://raw.githubusercontent.com/posit-dev/qa-example-content/main/requirements.txt --output requirements.txt
116116
python -m pip install --upgrade pip
117117
python -m pip install -r requirements.txt
118-
python -m pip install ipykernel trcli==1.9.5
118+
python -m pip install ipykernel trcli
119119
120120
- name: Run Smoke Tests (Electron)
121121
env:

.github/workflows/positron-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
curl https://raw.githubusercontent.com/posit-dev/qa-example-content/main/requirements.txt --output requirements.txt
9191
python -m pip install --upgrade pip
9292
python -m pip install -r requirements.txt
93-
python -m pip install ipykernel trcli==1.9.5
93+
python -m pip install ipykernel trcli
9494
9595
- name: Run Unit Tests (node.js)
9696
id: nodejs-unit-tests

0 commit comments

Comments
 (0)