Skip to content

Commit

Permalink
Updated Pipeline To Support Multi-OS & Added Support for PyPI Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed Apr 13, 2024
1 parent 6b9f575 commit 7bd3566
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,13 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y python3-tk
sudo apt-get install -y xvfb
- name: Start Virtual Display (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y xvfb # Install Xvfb
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
sleep 5 # Adding a delay of 5 seconds to allow Xvfb to initialize
export DISPLAY=:99
Xvfb :99 &
- name: Run Tests
run: |
Expand Down

0 comments on commit 7bd3566

Please sign in to comment.