Skip to content

Commit

Permalink
run tests with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Sep 29, 2023
1 parent 21ec7c8 commit 4ec6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ builders:
triggers:
cron: "@weekly"
script:
- "python3.9 -m venv venv"
- "python3.10 -m venv venv"
- ". venv/bin/activate"
- "pip install -U pip setuptools wheel mypy"
- "pip install --index-url https://pypi.sunet.se -r test_requirements.txt"
Expand Down

0 comments on commit 4ec6e75

Please sign in to comment.