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 8f84197 commit 6bfc6e0Copy full SHA for 6bfc6e0
1 file changed
.github/workflows/ci.yml
@@ -40,10 +40,10 @@ jobs:
40
activate-environment: om3-scripts-test
41
environment-file: test/test_env.yaml
42
auto-activate: false
43
- - name: Set up Python ${{ matrix.python-version }}
44
- uses: actions/setup-python@v3
45
- with:
46
- python-version: ${{ matrix.python-version }}
+ # - name: Set up Python ${{ matrix.python-version }}
+ # uses: actions/setup-python@v3
+ # with:
+ # python-version: ${{ matrix.python-version }}
47
# - name: Install sys dependencies
48
# run: |
49
# sudo apt-get update
0 commit comments