Skip to content

Commit

Permalink
Revert non-related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 23, 2023
1 parent 096d991 commit 1747590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_pyproject_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
python -m pip install -U ${VERBOSE} pip
pip install -U ${VERBOSE} setuptools wheel
pip install ${VERBOSE} .${{ inputs.install_extras }}
pip install ${VERBOSE} git+https://github.com/SINTEF/ci-cd.git@cwa/debug-ci-check-dependencies
pip install ${VERBOSE} git+https://github.com/SINTEF/ci-cd.git@v2.5.2
- name: Set up git user
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ testing = [
dev = [
"pre-commit ~=2.21",
"pylint ~=2.13",
"ci-cd[docs,testing]",
]

[project.urls]
Expand Down

0 comments on commit 1747590

Please sign in to comment.