Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Sep 11, 2024
1 parent 6d0dd8a commit 2d83088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
max-parallel: 5
matrix:
os: [macos-latest]
python-version: [ '3.9', '3.10', '3.11' ]
python-version: [ '3.11' ]

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
25 changes: 0 additions & 25 deletions env/environment-3.10.yml

This file was deleted.

25 changes: 0 additions & 25 deletions env/environment-3.9.yml

This file was deleted.

0 comments on commit 2d83088

Please sign in to comment.