Update python-tests.yml

This commit is contained in:
Sean Whalen
2022-01-05 09:44:14 -05:00
parent 8a5242be5a
commit d50259cdc3

View File

@@ -19,12 +19,12 @@ jobs:
python-version: "3.6"
- name: Install Elasticsearch
run: |
sudo apt-get update
sudo apt-get install -y libemail-outlook-message-perl
curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.2-amd64.deb
sudo dpkg -i --force-confnew elasticsearch-*.deb
sudo systemctl restart elasticsearch
sudo systemctl --no-pager status elasticsearch
sudo apt-get update
sudo apt-get install -y libemail-outlook-message-perl
curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.2-amd64.deb
sudo dpkg -i --force-confnew elasticsearch-*.deb
sudo systemctl restart elasticsearch
sudo systemctl --no-pager status elasticsearch
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip