Remove hardcoded requirements.txt

win2019-23.x
Mike Kruskal 1 year ago
parent 4b8e5c9f79
commit 18a17d3776
  1. 1
      .github/workflows/test_python.yml

@ -72,7 +72,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