Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Do not use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd committed Apr 28, 2023
1 parent 99736a4 commit eac962a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Expand Up @@ -10,13 +10,10 @@ jobs:
container: fedora:37
steps:
- uses: actions/checkout@v3
- name: Install lsb_release
run: dnf install -y redhat-lsb-core
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'pip'
- name: Install packages
run: dnf install -y gcc krb5-devel
- name: Create venv and install dependencies
Expand Down

0 comments on commit eac962a

Please sign in to comment.