Skip to content

Commit

Permalink
After the openg2p-vci moved from pyjq to jq, we can remove the pyjq-r…
Browse files Browse the repository at this point in the history
…elated dependencies

Removing the temporarily added dependencies reduces the runtime of our GH Actions.

See OpenG2P/openg2p-vci#11
  • Loading branch information
kneckinator committed Sep 2, 2024
1 parent c78baf7 commit 591f154
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ jobs:
run: |
cp spp-test-requirements.txt test-requirements.txt
cat test-requirements.txt
- name: Installing specific Debian packages to be able to pip install pyjq
run: |
apt-get update
apt-get install -y autoconf automake libtool libtool-bin bison flex
- name: Install addons and dependencies
env:
SKIP_EXT_DEB_DEPENDENCIES: "true"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ jobs:
echo "odoo-addon-muk-web-theme==17.0.1.2.1.3" >> tmp-requirements.txt
cat test-requirements.txt >> tmp-requirements.txt
cp tmp-requirements.txt test-requirements.txt
- name: Installing specific Debian packages to be able to pip install pyjq
run: |
apt-get update
apt-get install -y autoconf automake libtool libtool-bin bison flex
- name: Install addons and dependencies
env:
SKIP_EXT_DEB_DEPENDENCIES: "true"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ jobs:
cat test-requirements.txt
sed -i '/openspp-modules/! { /OpenG2P\/\(openg2p\)/! { s|OpenG2P/|OpenSPP/openg2p-|; s/@17.0\(-develop\)\?/@v17.0.1.2-openspp/; }; /OpenG2P/ { s/OpenG2P/OpenSPP/g; s/@17.0\(-develop\)\?/@v17.0.1.2-openspp/; } }' test-requirements.txt
cat test-requirements.txt
- name: Installing specific Debian packages to be able to pip install pyjq
run: |
apt-get update
apt-get install -y autoconf automake libtool libtool-bin bison flex
- name: Install addons and dependencies
env:
SKIP_EXT_DEB_DEPENDENCIES: "true"
Expand Down

0 comments on commit 591f154

Please sign in to comment.