diff options
| author | adamjanovsky | 2023-10-26 09:41:04 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-26 09:41:04 +0200 |
| commit | 5968e53d9f78d744c1bd151be0d754282e65baee (patch) | |
| tree | 018b91ee65218a70511169bc461a3a5d67978da1 /.github/workflows | |
| parent | ed6f324b3fcf85de24d93d293e75309e867b1166 (diff) | |
| parent | d67361d2486279886141f911e5d4b2e0f2cdd0a9 (diff) | |
| download | sec-certs-5968e53d9f78d744c1bd151be0d754282e65baee.tar.gz sec-certs-5968e53d9f78d744c1bd151be0d754282e65baee.tar.zst sec-certs-5968e53d9f78d744c1bd151be0d754282e65baee.zip | |
Merge pull request #369 from crocs-muni/fix/better-log-filename-and-requirements-file
Fix/better log filename and requirements file
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 66c153b1..f14ef8af 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,6 @@ jobs: run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y - name: Install sec-certs and deps run: | - pip install -r requirements/requirements.txt pip install -r requirements/dev_requirements.txt pip install -e . - name: Build docs diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 961a1058..d3ce598d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,11 +18,9 @@ jobs: python-version: "3.8" cache: "pip" cache-dependency-path: | - requirements/requirements.txt requirements/test_requirements.txt - name: Install python dependencies run: | - pip install -r requirements/requirements.txt pip install -r requirements/test_requirements.txt - name: Install sec-certs run: | |
