We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f1743 + f4fda2a commit 9ea9163Copy full SHA for 9ea9163
.github/workflows/gap.yml
@@ -62,15 +62,15 @@ jobs:
62
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
63
tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
64
- name: "Clone datastructures v0.3.0"
65
+ if: ${{ matrix.gap-branch == 'stable-4.10' }}
66
run: |
- if [ ! -d $HOME/gap/pkg/datastructures ]; then
67
+ rm -rf $HOME/gap/pkg/datastructures
68
cd $HOME/gap/pkg/
69
git clone https://github.com/gap-packages/datastructures.git datastructures
70
cd datastructures
71
git checkout v0.3.0
72
./configure
73
make
- fi
74
- name: "Run DigraphsTestInstall"
75
uses: gap-actions/run-pkg-tests@v2
76
with:
0 commit comments