Skip to content

Commit

Permalink
Merge 863f32d into d242ab0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmartinez committed Jan 10, 2021
2 parents d242ab0 + 863f32d commit cf33806
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -9,4 +9,4 @@ dependencies:
- ezc3d >= 1.3.2
- matplotlib
- bottleneck
- xlrd
- openpyxl
1 change: 1 addition & 0 deletions pyomeca/io/read.py
Expand Up @@ -95,6 +95,7 @@ def read_csv_or_excel(
sheet_name=sheet_name,
header=header,
skiprows=skip_rows,
engine="openpyxl",
**pandas_kwargs,
)

Expand Down
Binary file modified tests/data/markers.xlsx
Binary file not shown.

0 comments on commit cf33806

Please sign in to comment.