Skip to content

Commit

Permalink
Update tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas authored Aug 10, 2024
1 parent e428d36 commit 37d1788
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-clir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install xclip
if: runner.os == 'Linux' # Run only if the OS is Linux (Ubuntu)
run: |
sudo apt-get update
sudo apt-get install -y xclip
- name: Install poetry
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 37d1788

Please sign in to comment.