We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0744e23 commit f9ee014Copy full SHA for f9ee014
.github/workflows/unittest.yaml
@@ -11,15 +11,15 @@ jobs:
11
strategy:
12
matrix:
13
os:
14
- - ubuntu-20.04
+ - "linux.2xlarge"
15
- "linux.4xlarge.nvidia.gpu"
16
runs-on: ${{ matrix.os }}
17
steps:
18
- - name: Setup Python
19
- uses: actions/setup-python@v2
+ # This hash has been reviewed for security issues. If upgrading please
+ # rereview the action source.
20
+ - uses: kishaningithub/setup-python-amazon-linux@46d057bc1c866dd51b4d2ad0c7631e9e8eed13e1
21
with:
- python-version: "3.10"
22
- architecture: x64
+ python-version: '3.10'
23
- name: Checkout
24
uses: actions/checkout@v2
25
- name: Install Dependencies
0 commit comments