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 04ef3c7 commit 6b9f575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
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
- name: Run Tests
Expand Down

0 comments on commit 6b9f575

Please sign in to comment.