Skip to content

Commit

Permalink
Removing cache
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian <sebastian.franz@tum.de>
  • Loading branch information
SebieF committed Oct 2, 2024
1 parent 0900cf2 commit f288758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Cache poetry dependencies
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ matrix.labels }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ matrix.labels }}-poetry-
- name: Install dependencies (Ubuntu)
if: matrix.labels == 'ubuntu-large-disk'
run: |
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Cache poetry dependencies
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ matrix.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ matrix.os }}-poetry-
- name: Install Linux Dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-tk libcairo2-dev libxt-dev libgirepository1.0-dev python3-gi gobject-introspection gir1.2-gtk-3.0 gir1.2-appindicator3-0.1
pip install poetry
poetry install --extras linux
- name: Run PyTest
- name: Run pytest
uses: coactions/setup-xvfb@v1
with:
run: poetry run pytest

0 comments on commit f288758

Please # to comment.