Skip to content

Commit

Permalink
experiment to see if versions actually differ
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Dec 29, 2022
1 parent 4cede87 commit 455b7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -25,6 +25,7 @@ jobs:
conda update -n base -c defaults conda
conda env update --file environment.yml --name base
conda install --file requirements.dev.txt
echo $(python --version)
- name: Install latz
run: |
pip install -e .
Expand Down

0 comments on commit 455b7ac

Please sign in to comment.