From 4527a89cd8eedfa496ff22a3f5025ac3e3680472 Mon Sep 17 00:00:00 2001 From: Lightmann Date: Wed, 8 Mar 2023 01:51:40 -0500 Subject: [PATCH] Cleanup installed deps (#2) * Cleanup deps * Adjust install order --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index fe25527..1333c26 100644 --- a/action.yml +++ b/action.yml @@ -24,10 +24,9 @@ runs: using: "composite" steps: - run: | - python3 -m pip install --upgrade pip - pip3 install pyyaml ruyaml dragon brew install ldid - brew install dpkg + python3 -m pip install --upgrade pip + pip3 install dragon shell: bash - run: | dragon