Skip to content

Commit

Permalink
Remove check for LTR dependencies
Browse files Browse the repository at this point in the history
[We're removing Learning to Rank](#2910), so we don't need to check for dependencies in the scripts any more.
  • Loading branch information
sihugh committed May 14, 2024
1 parent daf5373 commit 3bdbbb9
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: read
security-events: write
actions: read

codeql-sast:
name: CodeQL SAST scan
uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main
Expand All @@ -29,22 +29,6 @@ jobs:
dependency-review:
name: Dependency Review scan
uses: alphagov/govuk-infrastructure/.github/workflows/dependency-review.yml@main

check-ltr-dependencies:
name: Check Learn to Rank dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Check LTR dependencies install
run: |
set -ex
sudo apt-get update
sudo apt-get install -y liblapack-dev
pip install -r ltr/sagemaker/requirements-freeze.txt
pip install -r ltr/scripts/requirements-freeze.txt

lint-ruby:
name: Lint Ruby
Expand Down

0 comments on commit 3bdbbb9

Please sign in to comment.