Skip to content

Commit

Permalink
Patch CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Sep 27, 2021
1 parent e69fd85 commit b57e067
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements-opt.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r requirements.txt
pandas<2,>=1
pandas<2,>=1; python_version < "3.10"
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==6.2.4
pandas<2,>=1
pandas<2,>=1; python_version < "3.10"
.

0 comments on commit b57e067

Please sign in to comment.