We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cc13d commit b344139Copy full SHA for b344139
.github/workflows/python-app.yml
@@ -1,8 +1,5 @@
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
-#
4
-# Pandas officially supports 3.8, 3.9 and 3.10.
5
-# Ref: https://pandas.pydata.org/docs/getting_started/install.html#python-version-support
6
7
name: Testing
8
@@ -36,7 +33,7 @@ jobs:
36
33
- name: Lint with Ruff
37
34
run: |
38
35
pip install ruff
39
- ruff --output-format=github .
+ ruff check --output-format=github .
40
- name: Test with example.csv
41
42
python convert.py example.csv -p test.csv
0 commit comments