Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update basic-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Nov 3, 2023
1 parent df69a0e commit 6968041
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,20 @@ jobs:
# ---
- run: apt-get update
- run: apt-get install -y mosquitto git libc6

- uses: actions/setup-python@v4
with:
python-version: '3.11'

- run: apt-get install -y python3.11 python3-pip

# ---
- run: pip install -r ./tests/requirements.txt
- run: pip install -r ./platform/requirements.txt
- run: pip install ./client/
- run: pip3 install -r ./tests/requirements.txt
- run: pip3 install -r ./platform/requirements.txt
- run: pip3 install ./client/

# ---
- run: mosquitto -d

# ---
- name: Start the platform
run: >
python ./platform/panduza_platform/__main__.py &
python3.11 ./platform/panduza_platform/__main__.py &
sleep 1
- name: Export test env variables
Expand Down

0 comments on commit 6968041

Please sign in to comment.