File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Setup
2
- * Fork this repo
3
- * Enable Github Actions:
2
+
3
+ * We expect all participants to have a GitHub account (if not you can make one here [ https://github.com/login ] ( https://github.com/login ) )
4
+ * Fork [ https://github.com/uwescience/SciPy2024-GitHubActionsTutorial ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial )
5
+ * Enable GitHub Actions:
4
6
* Settings -> Actions -> Allow actions and reusable workflows
5
7
* [ Managing Permissions
6
8
Documentation] ( https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository )
7
9
8
10
9
- All workflow configurations are stored in the [ ` .github/workflows ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/tree/main/.github/workflows ) and will go through them in the following order:
11
+ All workflow configurations are stored in the [ ` .github/workflows ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/tree/main/.github/workflows ) folder and we will go through them in the following order:
10
12
11
13
1 . [ ` python_env.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/python_env.yml )
12
14
2 . [ ` conda_env.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/conda_env.yml )
13
15
3 . [ ` noise_processing.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/noise_processing.yml )
14
16
4 . [ ` create_website_spectrogram.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/create_website_spectrogram.yml )
15
17
5 . [ ` create_website.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/create_website.yml )
16
- 6 . ...
18
+ 6 . [ ` batch_image_correlation.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/batch_image_correlation.yml )
19
+ 7 . [ ` image_correlation_pair.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/image_correlation_pair.yml )
20
+ 8 . [ ` summary_statistics.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/summary_statistics.yml )
21
+ 9 . [ ` model_benchmarking.yml ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/model_benchmarking.yml )
22
+ 10 . [ ` create_website_benchmarks ` ] ( https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/create_website_benchmarks.yml )
17
23
18
24
19
25
You can’t perform that action at this time.
0 commit comments