Skip to content

Commit

Permalink
import test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Sep 21, 2024
1 parent 6742d6e commit 443e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Test imports"
run: |
# if we add more to this, consider changing to for + env vars
python -Ic "import openfe; print(pontibus.__version__)"
python -Ic "import pontibus; print(pontibus.__version__)"
- name: "Environment Information"
run: |
Expand Down

0 comments on commit 443e2db

Please sign in to comment.