Skip to content

Commit

Permalink
reduce dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DeleMike committed Oct 16, 2024
1 parent 97f3243 commit 2ee16bb
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/check_query_identifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,8 @@ jobs:
name: Run Check Query Identifiers

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade uv
uv venv
uv pip install -r requirements.txt
- name: Activate virtualenv
run: |
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4

- name: Run check_query_identifiers.py
working-directory: ./src/scribe_data/check
Expand Down

0 comments on commit 2ee16bb

Please sign in to comment.