Skip to content

Commit

Permalink
Deactivate workflow so it can be brought into other PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 15, 2024
1 parent 94f7cb1 commit 26a1918
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 57 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/check_query_identifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
- 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: Run Python script
run: python src/scribe_data/check/check_query_identifiers.py
# - 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: Run Python script
# run: python src/scribe_data/check/check_query_identifiers.py
39 changes: 0 additions & 39 deletions src/scribe_data/check/check_query_identifiers.py

This file was deleted.

0 comments on commit 26a1918

Please sign in to comment.