Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
luciaquirke committed Apr 5, 2024
1 parent 1d51af8 commit b7189c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.10
python-version: 3.11
environment-file: environment.yml
activate-environment: test
- name: Test Python
Expand All @@ -27,5 +27,4 @@ jobs:
maturin build
ls
python -m pip install --user ./target/wheels/tokengrams*.whl
pytest
pytest
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- python=3.11
- numpy
- pytest
- hypothesis
Expand Down

0 comments on commit b7189c6

Please sign in to comment.