Skip to content

Commit

Permalink
In opensuse CI do not check package signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 23, 2024
1 parent ecaf6f8 commit 66c9561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opensuse-tumbleweed-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
export VERSION=\$(curl -s https://api.github.com/repos/kpeeters/cadabra2/releases|& jq .[0].tag_name -r)
export RPMNAME=cadabra2-\${VERSION}-tumbleweed.rpm
wget https://github.com/kpeeters/cadabra2/releases/download/\${VERSION}/\${RPMNAME}
zypper -n install \${RPMNAME}
zypper --no-gpg-checks -n install \${RPMNAME}
printf 'import sys\nprint(sys.path)\nimport cdb.main\nex:=(A+B) (C+D);\ndistribute(ex);\nquit()\n' > tst.cdb
cadabra2 tst.cdb
Expand Down

0 comments on commit 66c9561

Please sign in to comment.