Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

ci: add info about new repository #13

Merged
merged 3 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
if: ${{ (github.event.repository.visibility == 'public') && (github.repository_owner == 'intel') }}
name: Run linter
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
statuses: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
unit-tests:
if: ${{ (github.event.repository.visibility == 'public') && (github.repository_owner == 'intel') }}
name: Unit tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand All @@ -29,7 +29,7 @@ jobs:
with:
python-version: "3.11"
- name: Install test prerequisites
run: sudo apt-get update && sudo apt-get -y install libgl1-mesa-glx tox
run: sudo apt-get update && sudo apt-get -y install libgl1 libglx-mesa0 tox
- name: Checkout code to folder
uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!IMPORTANT]
> This project is still actively developed, but it has been moved to a new repository. The latest version and updates can be found here: https://github.com/opea-project/Enterprise-RAG

# Intel® AI for Enterprise RAG

<div align="center">
Expand Down