mirror of https://github.com/MISP/PyMISP
chg: Perl dependencies not longer required
parent
613a811ba7
commit
ff579e4fc6
|
@ -25,10 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{matrix.python-version}}
|
python-version: ${{matrix.python-version}}
|
||||||
|
|
||||||
- name: Install system dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt install libemail-outlook-message-perl libemail-address-perl
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip poetry
|
python -m pip install --upgrade pip poetry
|
||||||
|
|
Loading…
Reference in New Issue