mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 15:54:00 +02:00
test#
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -24,9 +24,9 @@ jobs:
|
||||
python-version: '3.x'
|
||||
- name: Install pip and pytest
|
||||
run: |
|
||||
apt-get install -y python3-pip --fix-missing
|
||||
apt-get install -y python3-pytest
|
||||
pip install -r docker/requirements.txt
|
||||
sudo apt-get install -y python3-pip --fix-missing
|
||||
sudo apt-get install -y python3-pytest
|
||||
sudo pip install -r docker/requirements.txt
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user