Skip to content

Commit

Permalink
remove version from plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta434 committed Dec 5, 2023
1 parent e63c346 commit 93b68c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install kiwitcms plugin and create config
run: |
pip install git+https://github.com/kiwitcms/junit.xml-plugin@v12.2.999
pip install git+https://github.com/kiwitcms/junit.xml-plugin
cat > ~/.tcms.conf << _EOF
[tcms]
url = https://vocable.wtadev.com/xml-rpc/
Expand Down

0 comments on commit 93b68c1

Please sign in to comment.