Remove hardcoded requirements.txt

pull/14623/head
Mike Kruskal 1 year ago
parent f9612c2973
commit 88c3493c96
  1. 1
      .github/workflows/test_python.yml

@ -73,7 +73,6 @@ jobs:
with:
python-version: ${{ matrix.version }}
cache: pip
cache-dependency-path: 'python/requirements.txt'
- name: Validate version
run: python3 --version | grep ${{ matrix.version }} || (echo "Invalid Python version - $(python3 --version)" && exit 1)

Loading…
Cancel
Save