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 0c9cc27 commit b211d2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.3

- name: Setup inventree
env:
HOME: /root
run: |
cd /home/inventree
echo "=ID============================="
Expand All @@ -135,8 +133,6 @@ jobs:
HOME=/root pip3 install --no-cache-dir --disable-pip-version-check -U -r requirements.txt
- name: Setup inventree-bulk-plugin
env:
HOME: /root
run: |
cd /home/inventree
HOME=/root pip3 install -e $GITHUB_WORKSPACE
Expand All @@ -146,8 +142,6 @@ jobs:
HOME=/root pip3 install django-test-migrations==1.2.0 coverage==6.0 django_slowtests==1.1.1
- name: Run tests
env:
HOME: /root
run: |
cd /home/inventree
coverage run --omit="InvenTree/**" InvenTree/manage.py test inventree_bulk_plugin.tests.integration
Expand Down

0 comments on commit b211d2c

Please sign in to comment.