diff options
author | 2022-04-13 22:54:12 +0300 | |
---|---|---|
committer | 2022-04-13 22:54:12 +0300 | |
commit | bee2e1c48df57888820de896b5d9435addd1bca4 (patch) | |
tree | 651948768dded1229bf8602aed5e298d09c7a867 /.github | |
parent | Add CI workflow for checking repositories.xml (diff) | |
download | api-bee2e1c48df57888820de896b5d9435addd1bca4.tar.gz api-bee2e1c48df57888820de896b5d9435addd1bca4.tar.bz2 api-bee2e1c48df57888820de896b5d9435addd1bca4.zip |
Fix CI workflow
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/repositories.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/repositories.yml b/.github/workflows/repositories.yml index 3c3a0c3..3f09609 100644 --- a/.github/workflows/repositories.yml +++ b/.github/workflows/repositories.yml @@ -17,7 +17,6 @@ jobs: - uses: actions/setup-python@v3 with: python-version: '3.x' - cache: 'pip' - name: Install pip dependencies run: pip install lxml |