Skip to content

Commit

Permalink
remove test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 27, 2023
1 parent d0fdb2c commit 2032a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 67 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.11']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.12
- name: Install pypa/build
run: >-
python -m
Expand Down
64 changes: 0 additions & 64 deletions test-requirements.txt

This file was deleted.

0 comments on commit 2032a19

Please sign in to comment.