Skip to content

Commit

Permalink
Update pyproject.toml (#15)
Browse files Browse the repository at this point in the history
* Update pyproject.toml to look at ophyd_async pypi version instead of main branch

* Make default python version 3.9 for lint job
  • Loading branch information
rosesyrett authored Nov 14, 2023
1 parent e9cd741 commit 459634f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
required: true
python_version:
description: Python version to install
default: "3.x"
default: "3.9"

runs:
using: composite
Expand Down Expand Up @@ -55,4 +55,3 @@ runs:
fi
fi
shell: bash

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
description = "Common Diamond specific Bluesky plans and functions"
dependencies = [
"ophyd",
"ophyd_async @ git+https://github.com/bluesky/ophyd-async.git@main",
"ophyd_async",
"scanspec",
] # Add project dependencies here, e.g. ["click", "numpy"]
dynamic = ["version"]
Expand Down

0 comments on commit 459634f

Please sign in to comment.