summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedek Rozemberczki <benedek.rozemberczki@gmail.com>2022-10-25 22:23:38 +0100
committerGitHub <noreply@github.com>2022-10-25 22:23:38 +0100
commit7255f704465e9ceff195730d3412377a686fe344 (patch)
tree7cdc98a9db4c2e5e66d2a24d00b5a7fe2e1da96b
parent32d15d569727bb4423313981987d71d2b87cef69 (diff)
parentfc38fbedf2a667bf6abde19daaadca6497b3995c (diff)
downloadpytorch_geometric_temporal-7255f704465e9ceff195730d3412377a686fe344.tar.gz
pytorch_geometric_temporal-7255f704465e9ceff195730d3412377a686fe344.tar.xz
Merge pull request #199 from benedekrozemberczki/bump_ci_python_version
CI: bump python version
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d163360..c99bf34 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
- python-version: 3.7.13
+ python-version: 3.7.15
- uses: s-weigand/setup-conda@v1
with:
activate-conda: true