Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Feb 1, 2024
1 parent ddb012e commit dd82b41
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:

container:
image: inventree/inventree:latest
options: --user root
env:
INVENTREE_DB_ENGINE: postgresql
INVENTREE_DB_NAME: inventree
Expand Down Expand Up @@ -119,19 +120,12 @@ jobs:
run: |
cd /home/inventree
echo "=============================="
pip freeze
pip3 freeze
echo "=============================="
cat requirements.txt
echo "=============================="
pip3 install --no-cache-dir --disable-pip-version-check -U -r requirements.txt
- name: Update
if: always()
run: |
cd /home/inventree
pip freeze
invoke update
- name: Setup inventree-bulk-plugin
run: |
cd /home/inventree
Expand Down

0 comments on commit dd82b41

Please sign in to comment.