Skip to content

Commit

Permalink
Replace references to GitHub Enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Apr 12, 2024
1 parent 2430f12 commit 3324cf7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
make-pages:
runs-on: cadet-runners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: select python version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
test:
runs-on: cadet-runners
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
Expand All @@ -23,15 +23,15 @@ jobs:
run: |
python -m pytest -v --disable-warnings tests
mypy:
runs-on: cadet-runners
runs-on: ubuntu-latest
name: "mypy"
steps:
- uses: davidslusser/[email protected]
with:
src: "src"
options: "--ignore-missing-imports"
ruff:
runs-on: cadet-runners
runs-on: ubuntu-latest
name: "ruff"
steps:
- uses: davidslusser/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nested objects.

## Installation
```
$ pip install git+ssh://git@github.nrel.gov/cadet/infrastructure_systems.git@main
$ pip install git+ssh://git@github.com/NREL/infrastructure_systems.git@main
```

## Developer installation
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ dev = [
]

[project.urls]
Documentation = "https://github.nrel.gov/cadet/infrasys#readme"
Issues = "https://github.nrel.gov/cadet/infrasys/issues"
Source = "https://github.nrel.gov/cadet/infrasys"
Documentation = "https://github.com/NREL/infrasys#readme"
Issues = "https://github.com/NREL/infrasys/issues"
Source = "https://github.com/NREL/infrasys"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 3324cf7

Please sign in to comment.