Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Apr 12, 2024
1 parent 79d3d52 commit 198aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test(session: nox.Session, airflow) -> None:
"AIRFLOW__CORE__ALLOWED_DESERIALIZATION_CLASSES": "airflow.* astro.*",
}

session.install(f"apache-airflow~={airflow}")
session.install(f"apache-airflow=={airflow}")
session.install("-e", ".[all,tests]")

# Log all the installed dependencies
Expand Down

0 comments on commit 198aae0

Please sign in to comment.