File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -20,25 +20,12 @@ jobs:
2020 sudo apt-get update && sudo apt-get install -y \
2121 libclang-dev \
2222 liblzma-dev \
23- perl \
2423 cpanminus
25- cpanm --notest YAML IPC::Cmd
24+ cpanm -l ~/perl5 IPC::Cmd YAML
2625 awk '/dependencies = \[/,/\]/' pyproject.toml | \
2726 grep -v "dependencies" | \
2827 grep -v "\[" | grep -v "\]" | tr -d '", ' | \
2928 xargs pip install
30- - name : Set up local::lib environment
31- run : |
32- eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)
33- echo 'PATH="$HOME/perl5/bin:$PATH"' >> $GITHUB_ENV
34- echo 'PERL5LIB="$HOME/perl5/lib/perl5"' >> $GITHUB_ENV
35- echo 'PERL_LOCAL_LIB_ROOT="$HOME/perl5"' >> $GITHUB_ENV
36- echo 'PERL_MB_OPT="--install_base $HOME/perl5"' >> $GITHUB_ENV
37- echo 'PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"' >> $GITHUB_ENV
38- - name : Check Perl version
39- run : perl -v
40- - name : List installed Perl modules
41- run : perl -MCPAN -e 'CPAN::Shell->r'
4229 - name : Build wheels
4330 uses : PyO3/maturin-action@v1
4431 with :
You can’t perform that action at this time.
0 commit comments