Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Jan 8, 2024
1 parent da5beea commit 11b9736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.11"]
poetry-version: ["1.3.1"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion tests/test_anoexpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_data_types_genes(data_type, gene_id):
data_df = xpress.data(
data_type=data_type,
analysis="gamb_colu",
gene_id= gene_id,
gene_id=gene_id,
microarray=True
)
assert data_df is not None
Expand Down

0 comments on commit 11b9736

Please sign in to comment.