Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka authored Jun 14, 2024
1 parent 8dd7c7a commit c37e8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install Xvfb
run: sudo apt-get install -y xvfb
- name: Start Xvfb
run: Xvfb :99 -screen 0 1024x768x24 &
- name: Set DISPLAY environment variable
run: echo "::set-env name=DISPLAY::99"
run: |
Xvfb :99 -screen 0 1024x768x24 &
echo "DISPLAY=:99" >> $GITHUB_ENV
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit c37e8ac

Please sign in to comment.