Skip to content

Commit

Permalink
Bug fix with list in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Mar 26, 2024
1 parent 6ab96be commit 9602a33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
test:
strategy:
matrix:
rdkit-version: [rdkit">=2022.03.1,<2022.09.1", rdkit">=2023.03.1,<2023.09.1"]
rdkit-version:
- rdkit">=2022.03.1,<2022.09.1"
- rdkit">=2023.03.1,<2023.09.1"
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9602a33

Please sign in to comment.