Skip to content

Commit 7a9bd8e

Browse files
authored
Update python-environment-workflow.md rename repo
1 parent d2588cf commit 7a9bd8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/python-environment-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
First, we will run a basic workflow which creates a python environment with a few scientific packages and prints out their version.
55

66
Python Environment Workflow Configuration:
7-
[`.github/workflows/python_env.yml`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/python_env.yml)
7+
[`.github/workflows/python_env.yml`](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/.github/workflows/python_env.yml)
88

99

1010
* Go to **Actions** tab
@@ -14,12 +14,12 @@ Python Environment Workflow Configuration:
1414

1515

1616
### Exercise:
17-
Edit [`.github/workflows/python_env.yml`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/python_env.yml) to install packages popular in your research. Trigger the workflow to monitor their installation.
17+
Edit [`.github/workflows/python_env.yml`](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/.github/workflows/python_env.yml) to install packages popular in your research. Trigger the workflow to monitor their installation.
1818

1919

2020
## Installing Packages with Conda
2121
We can also install packages through conda (instead of `pip`). We will use a `miniconda-setup` action to achieve that easily.
2222

2323

24-
Conda Environment Workflow Configuration [`.github/workflows/conda_env.yml`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/conda_env.yml)
24+
Conda Environment Workflow Configuration [`.github/workflows/conda_env.yml`](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/.github/workflows/conda_env.yml)
2525

0 commit comments

Comments
 (0)